The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build GateEngine, reference 0.2.1 (152e60), with Swift 5.10 for visionOS using Xcode 15.4 on 2 Jul 2024 06:39:11 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme GateEngine-Package -destination generic/platform=xrOS

Build Log

                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:911:44: error: cannot find 'GLenum' in scope
    _glTexParameteri(GLenum(target.value), GLenum(wrap.value), method.value)
                                           ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:915:5: error: cannot find '_glTexParameteri' in scope
    _glTexParameteri(GLenum(target.value), GLenum(GL_TEXTURE_COMPARE_FUNC), method.value)
    ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:915:22: error: cannot find 'GLenum' in scope
    _glTexParameteri(GLenum(target.value), GLenum(GL_TEXTURE_COMPARE_FUNC), method.value)
                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:915:44: error: cannot find 'GLenum' in scope
    _glTexParameteri(GLenum(target.value), GLenum(GL_TEXTURE_COMPARE_FUNC), method.value)
                                           ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:915:51: error: cannot find 'GL_TEXTURE_COMPARE_FUNC' in scope
    _glTexParameteri(GLenum(target.value), GLenum(GL_TEXTURE_COMPARE_FUNC), method.value)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:919:16: error: cannot find type 'GLint' in scope
    var value: GLint = -1
               ^~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:920:5: error: cannot find '_glGetIntegerv' in scope
    _glGetIntegerv(GLenum(property.value), &value)
    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:920:20: error: cannot find 'GLenum' in scope
    _glGetIntegerv(GLenum(property.value), &value)
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:925:5: error: cannot find '_glBindTexture' in scope
    _glBindTexture(GLenum(target.value), texture)
    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:925:20: error: cannot find 'GLenum' in scope
    _glBindTexture(GLenum(target.value), texture)
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:933:20: error: cannot find type 'GLuint' in scope
    var textures: [GLuint] = Array(repeating: 0, count: Int(count))
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:934:5: error: cannot find '_glGenTextures' in scope
    _glGenTextures(count, &textures)
    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:940:5: error: cannot find '_glDeleteTextures' in scope
    _glDeleteTextures(GLsizei(textures.count), &mutableTextures)
    ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:940:23: error: cannot find 'GLsizei' in scope
    _glDeleteTextures(GLsizei(textures.count), &mutableTextures)
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:944:5: error: cannot find '_glActiveTexture' in scope
    _glActiveTexture(GLenum(unit.value))
    ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:944:22: error: cannot find 'GLenum' in scope
    _glActiveTexture(GLenum(unit.value))
                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:948:5: error: cannot find '_glPixelStorei' in scope
    _glPixelStorei(GLenum(parameter.value), value)
    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:948:20: error: cannot find 'GLenum' in scope
    _glPixelStorei(GLenum(parameter.value), value)
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:954:13: error: cannot find '_glTexImage2D' in scope
            _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), data.baseAddress)
            ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:954:27: error: cannot find 'GLenum' in scope
            _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), data.baseAddress)
                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:954:49: error: cannot find 'GLint' in scope
            _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), data.baseAddress)
                                                ^~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:954:85: error: cannot find 'GLsizei' in scope
            _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), data.baseAddress)
                                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:954:101: error: cannot find 'GLsizei' in scope
            _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), data.baseAddress)
                                                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:954:118: error: cannot find 'GLint' in scope
            _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), data.baseAddress)
                                                                                                                     ^~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:954:133: error: cannot find 'GLenum' in scope
            _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), data.baseAddress)
                                                                                                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:954:155: error: cannot find 'GLenum' in scope
            _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), data.baseAddress)
                                                                                                                                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:957:9: error: cannot find '_glTexImage2D' in scope
        _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), nil)
        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:957:23: error: cannot find 'GLenum' in scope
        _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), nil)
                      ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:957:45: error: cannot find 'GLint' in scope
        _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), nil)
                                            ^~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:957:81: error: cannot find 'GLsizei' in scope
        _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), nil)
                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:957:97: error: cannot find 'GLsizei' in scope
        _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), nil)
                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:957:114: error: cannot find 'GLint' in scope
        _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), nil)
                                                                                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:957:129: error: cannot find 'GLenum' in scope
        _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), nil)
                                                                                                                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:957:151: error: cannot find 'GLenum' in scope
        _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), nil)
                                                                                                                                                      ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:957:171: error: 'nil' requires a contextual type
        _glTexImage2D(GLenum(target.value), GLint(level), internalFormat.value, GLsizei(width), GLsizei(height), GLint(border), GLenum(format.value), GLenum(type.value), nil)
                                                                                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:962:5: error: cannot find '_glVertexAttribPointer' in scope
    _glVertexAttribPointer(index, size, GLenum(type.value), normalized ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), stride, pointer)
    ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:962:41: error: cannot find 'GLenum' in scope
    _glVertexAttribPointer(index, size, GLenum(type.value), normalized ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), stride, pointer)
                                        ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:962:74: error: cannot find 'GLboolean' in scope
    _glVertexAttribPointer(index, size, GLenum(type.value), normalized ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), stride, pointer)
                                                                         ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:962:84: error: cannot find 'GL_TRUE' in scope
    _glVertexAttribPointer(index, size, GLenum(type.value), normalized ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), stride, pointer)
                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:962:95: error: cannot find 'GLboolean' in scope
    _glVertexAttribPointer(index, size, GLenum(type.value), normalized ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), stride, pointer)
                                                                                              ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:962:105: error: cannot find 'GL_FALSE' in scope
    _glVertexAttribPointer(index, size, GLenum(type.value), normalized ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), stride, pointer)
                                                                                                        ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:966:5: error: cannot find '_glVertexAttribDivisor' in scope
    _glVertexAttribDivisor(index, divisor: divisor)
    ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:970:14: error: cannot find type 'GLenum' in scope
    let val: GLenum = _glGetError()
             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:975:5: error: cannot find '_glEnable' in scope
    _glEnable(GLenum(capability.value))
    ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:975:15: error: cannot find 'GLenum' in scope
    _glEnable(GLenum(capability.value))
              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:979:5: error: cannot find '_glDisable' in scope
    _glDisable(GLenum(capability.value))
    ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:979:16: error: cannot find 'GLenum' in scope
    _glDisable(GLenum(capability.value))
               ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:987:19: error: cannot find type 'GLuint' in scope
    var buffers: [GLuint] = Array(repeating: 0, count: Int(count))
                  ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:988:5: error: cannot find '_glGenBuffers' in scope
    _glGenBuffers(count, &buffers)
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:993:5: error: cannot find '_glDeleteBuffers' in scope
    _glDeleteBuffers(GLsizei(buffers.count), buffers)
    ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:993:22: error: cannot find 'GLsizei' in scope
    _glDeleteBuffers(GLsizei(buffers.count), buffers)
                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:997:5: error: cannot find '_glDeleteBuffers' in scope
    _glDeleteBuffers(GLsizei(buffers.count), buffers)
    ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:997:22: error: cannot find 'GLsizei' in scope
    _glDeleteBuffers(GLsizei(buffers.count), buffers)
                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1001:5: error: cannot find '_glClearColor' in scope
    _glClearColor(red, green, blue, alpha)
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1006:9: error: cannot find '_glClearColor' in scope
        _glClearColor(0, 0, 0, 0)
        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1008:9: error: cannot find '_glClearColor' in scope
        _glClearColor(color[0], color[0], color[0], color[0])
        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1014:9: error: cannot find '_glClearColor' in scope
        _glClearColor(red, green, blue, alpha)
        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1019:5: error: cannot find '_glClearColor' in scope
    _glClearColor(red, green, blue, alpha)
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1023:5: error: cannot find '_glClearDepth' in scope
    _glClearDepth(value)
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1027:5: error: cannot find '_glClear' in scope
    _glClear(GLenum(mask.value))
    ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1027:14: error: cannot find 'GLenum' in scope
    _glClear(GLenum(mask.value))
             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1031:18: error: cannot find type 'GLuint' in scope
    var arrays: [GLuint] = Array(repeating: 0, count: Int(count))
                 ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1032:5: error: cannot find '_glGenVertexArrays' in scope
    _glGenVertexArrays(count, &arrays)
    ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1037:5: error: cannot find '_glDeleteVertexArrays' in scope
    _glDeleteVertexArrays(GLsizei(arrays.count), arrays)
    ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1037:27: error: cannot find 'GLsizei' in scope
    _glDeleteVertexArrays(GLsizei(arrays.count), arrays)
                          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1041:5: error: cannot find '_glDeleteVertexArrays' in scope
    _glDeleteVertexArrays(GLsizei(arrays.count), arrays)
    ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1041:27: error: cannot find 'GLsizei' in scope
    _glDeleteVertexArrays(GLsizei(arrays.count), arrays)
                          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1045:5: error: cannot find '_glViewport' in scope
    _glViewport(x, y, width, height)
    ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1049:5: error: cannot find '_glScissor' in scope
    _glScissor(x, y, width, height)
    ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1053:25: error: cannot find '_glGetString' in scope
    guard let pointer = _glGetString(GLenum(name.value)), pointer.pointee != 0 else {
                        ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1053:38: error: cannot find 'GLenum' in scope
    guard let pointer = _glGetString(GLenum(name.value)), pointer.pointee != 0 else {
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1061:35: error: cannot find 'GLubyte' in scope
    pointer.withMemoryRebound(to: GLubyte.self, capacity: MemoryLayout.size(ofValue: pointer)) {
                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1068:5: error: cannot find '_glDrawElements' in scope
    _glDrawElements(GLenum(mode.value), count, GLenum(type.value), indices)
    ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1068:21: error: cannot find 'GLenum' in scope
    _glDrawElements(GLenum(mode.value), count, GLenum(type.value), indices)
                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1068:48: error: cannot find 'GLenum' in scope
    _glDrawElements(GLenum(mode.value), count, GLenum(type.value), indices)
                                               ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1085:5: error: cannot find '_glDrawElementsInstanced' in scope
    _glDrawElementsInstanced(GLenum(mode.value), count, GLenum(type.value), indices, instanceCount)
    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1085:30: error: cannot find 'GLenum' in scope
    _glDrawElementsInstanced(GLenum(mode.value), count, GLenum(type.value), indices, instanceCount)
                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1085:57: error: cannot find 'GLenum' in scope
    _glDrawElementsInstanced(GLenum(mode.value), count, GLenum(type.value), indices, instanceCount)
                                                        ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1103:17: error: cannot find '_glGetUniformBlockIndex' in scope
    let index = _glGetUniformBlockIndex(program, cString)
                ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1104:17: error: cannot find 'GL_INVALID_INDEX' in scope
    if index != GL_INVALID_INDEX {
                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1112:20: error: cannot find '_glGetUniformLocation' in scope
    let location = _glGetUniformLocation(program, cString)
                   ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1124:17: error: cannot find type 'GLint' in scope
    let length: GLint = glGetProgramiv(program: program, property: .infoLogLength)
                ^~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1125:16: error: cannot find 'GLchar' in scope
    var str = [GLchar](repeating: GLchar(0), count: Int(length) + 1)
               ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1125:35: error: cannot find 'GLchar' in scope
    var str = [GLchar](repeating: GLchar(0), count: Int(length) + 1)
                                  ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1125:15: error: cannot call value of non-function type '[Any]'
    var str = [GLchar](repeating: GLchar(0), count: Int(length) + 1)
              ^
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1126:15: error: cannot find type 'GLsizei' in scope
    var size: GLsizei = 0
              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1127:5: error: cannot find '_glGetProgramInfoLog' in scope
    _glGetProgramInfoLog(program, GLsizei(length), &size, &str)
    ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1127:35: error: cannot find 'GLsizei' in scope
    _glGetProgramInfoLog(program, GLsizei(length), &size, &str)
                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1132:5: error: cannot find '_glLinkProgram' in scope
    _glLinkProgram(program)
    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1136:5: error: cannot find '_glValidateProgram' in scope
    _glValidateProgram(program)
    ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1140:5: error: cannot find '_glDeleteShader' in scope
    _glDeleteShader(shader)
    ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1144:5: error: cannot find '_glAttachShader' in scope
    _glAttachShader(program, shader)
    ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1152:5: error: cannot find '_glGenerateMipmap' in scope
    _glGenerateMipmap(GLenum(target.value))
    ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1152:23: error: cannot find 'GLenum' in scope
    _glGenerateMipmap(GLenum(target.value))
                      ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1156:5: error: cannot find '_glDeleteProgram' in scope
    _glDeleteProgram(program)
    ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1160:5: error: cannot find '_glUseProgram' in scope
    _glUseProgram(program)
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1164:5: error: cannot find '_glCompileShader' in scope
    _glCompileShader(shader)
    ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1168:5: error: cannot find '_glEnableVertexAttribArray' in scope
    _glEnableVertexAttribArray(name)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1172:5: error: cannot find '_glDisableVertexAttribArray' in scope
    _glDisableVertexAttribArray(name)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1176:5: error: cannot find '_glBindVertexArray' in scope
    _glBindVertexArray(array)
    ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1180:5: error: cannot find '_glDepthFunc' in scope
    _glDepthFunc(GLenum(function.value))
    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1180:18: error: cannot find 'GLenum' in scope
    _glDepthFunc(GLenum(function.value))
                 ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1184:5: error: cannot find '_glDepthMask' in scope
    _glDepthMask(enabled ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE))
    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1184:28: error: cannot find 'GLboolean' in scope
    _glDepthMask(enabled ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE))
                           ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1184:38: error: cannot find 'GL_TRUE' in scope
    _glDepthMask(enabled ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE))
                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1184:49: error: cannot find 'GLboolean' in scope
    _glDepthMask(enabled ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE))
                                                ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1184:59: error: cannot find 'GL_FALSE' in scope
    _glDepthMask(enabled ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE))
                                                          ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1188:5: error: cannot find '_glFramebufferTexture2D' in scope
    _glFramebufferTexture2D(GLenum(target.value), GLenum(attachment.value), GLenum(textarget.value), texture, level)
    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1188:29: error: cannot find 'GLenum' in scope
    _glFramebufferTexture2D(GLenum(target.value), GLenum(attachment.value), GLenum(textarget.value), texture, level)
                            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1188:51: error: cannot find 'GLenum' in scope
    _glFramebufferTexture2D(GLenum(target.value), GLenum(attachment.value), GLenum(textarget.value), texture, level)
                                                  ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1188:77: error: cannot find 'GLenum' in scope
    _glFramebufferTexture2D(GLenum(target.value), GLenum(attachment.value), GLenum(textarget.value), texture, level)
                                                                            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1192:5: error: cannot find '_glDrawBuffers' in scope
    _glDrawBuffers(GLsizei(buffers.count), buffers.map({GLenum($0.value)}))
    ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1192:20: error: cannot find 'GLsizei' in scope
    _glDrawBuffers(GLsizei(buffers.count), buffers.map({GLenum($0.value)}))
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1192:57: error: cannot find 'GLenum' in scope
    _glDrawBuffers(GLsizei(buffers.count), buffers.map({GLenum($0.value)}))
                                                        ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1196:5: error: cannot find '_glDrawArrays' in scope
    _glDrawArrays(GLenum(mode.value), GLint(first), GLsizei(count))
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1196:19: error: cannot find 'GLenum' in scope
    _glDrawArrays(GLenum(mode.value), GLint(first), GLsizei(count))
                  ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1196:39: error: cannot find 'GLint' in scope
    _glDrawArrays(GLenum(mode.value), GLint(first), GLsizei(count))
                                      ^~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1196:53: error: cannot find 'GLsizei' in scope
    _glDrawArrays(GLenum(mode.value), GLint(first), GLsizei(count))
                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1200:5: error: cannot find '_glBlendEquationSeparate' in scope
    _glBlendEquationSeparate(GLenum(modeRGB.value), GLenum(modeAlpha.value))
    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1200:30: error: cannot find 'GLenum' in scope
    _glBlendEquationSeparate(GLenum(modeRGB.value), GLenum(modeAlpha.value))
                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1200:53: error: cannot find 'GLenum' in scope
    _glBlendEquationSeparate(GLenum(modeRGB.value), GLenum(modeAlpha.value))
                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1204:5: error: cannot find '_glBlendEquation' in scope
    _glBlendEquation(GLenum(equation.value))
    ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1204:22: error: cannot find 'GLenum' in scope
    _glBlendEquation(GLenum(equation.value))
                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1208:5: error: cannot find '_glBlendFunc' in scope
    _glBlendFunc(GLenum(source.value), GLenum(destination.value))
    ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1208:18: error: cannot find 'GLenum' in scope
    _glBlendFunc(GLenum(source.value), GLenum(destination.value))
                 ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1208:40: error: cannot find 'GLenum' in scope
    _glBlendFunc(GLenum(source.value), GLenum(destination.value))
                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1212:5: error: cannot find '_glBlendFuncSeparate' in scope
    _glBlendFuncSeparate(GLenum(sourceRGB.value), GLenum(destinationRGB.value), sfactorAlpha: GLenum(sourceAlpha.value), dfactorAlpha: GLenum(destinationAlpha.value))
    ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1212:26: error: cannot find 'GLenum' in scope
    _glBlendFuncSeparate(GLenum(sourceRGB.value), GLenum(destinationRGB.value), sfactorAlpha: GLenum(sourceAlpha.value), dfactorAlpha: GLenum(destinationAlpha.value))
                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1212:51: error: cannot find 'GLenum' in scope
    _glBlendFuncSeparate(GLenum(sourceRGB.value), GLenum(destinationRGB.value), sfactorAlpha: GLenum(sourceAlpha.value), dfactorAlpha: GLenum(destinationAlpha.value))
                                                  ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1212:95: error: cannot find 'GLenum' in scope
    _glBlendFuncSeparate(GLenum(sourceRGB.value), GLenum(destinationRGB.value), sfactorAlpha: GLenum(sourceAlpha.value), dfactorAlpha: GLenum(destinationAlpha.value))
                                                                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1212:136: error: cannot find 'GLenum' in scope
    _glBlendFuncSeparate(GLenum(sourceRGB.value), GLenum(destinationRGB.value), sfactorAlpha: GLenum(sourceAlpha.value), dfactorAlpha: GLenum(destinationAlpha.value))
                                                                                                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1216:5: error: cannot find '_glReadBuffer' in scope
    _glReadBuffer(GLenum(target.value))
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1216:19: error: cannot find 'GLenum' in scope
    _glReadBuffer(GLenum(target.value))
                  ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1229:5: error: cannot find '_glReadPixels' in scope
    _glReadPixels(GLint(x), GLint(y), GLsizei(width), GLsizei(height), GLenum(format.value), GLenum(OpenGL.Types.uint8.value), &pixels)
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1229:19: error: cannot find 'GLint' in scope
    _glReadPixels(GLint(x), GLint(y), GLsizei(width), GLsizei(height), GLenum(format.value), GLenum(OpenGL.Types.uint8.value), &pixels)
                  ^~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1229:29: error: cannot find 'GLint' in scope
    _glReadPixels(GLint(x), GLint(y), GLsizei(width), GLsizei(height), GLenum(format.value), GLenum(OpenGL.Types.uint8.value), &pixels)
                            ^~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1229:39: error: cannot find 'GLsizei' in scope
    _glReadPixels(GLint(x), GLint(y), GLsizei(width), GLsizei(height), GLenum(format.value), GLenum(OpenGL.Types.uint8.value), &pixels)
                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1229:55: error: cannot find 'GLsizei' in scope
    _glReadPixels(GLint(x), GLint(y), GLsizei(width), GLsizei(height), GLenum(format.value), GLenum(OpenGL.Types.uint8.value), &pixels)
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1229:72: error: cannot find 'GLenum' in scope
    _glReadPixels(GLint(x), GLint(y), GLsizei(width), GLsizei(height), GLenum(format.value), GLenum(OpenGL.Types.uint8.value), &pixels)
                                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1229:94: error: cannot find 'GLenum' in scope
    _glReadPixels(GLint(x), GLint(y), GLsizei(width), GLsizei(height), GLenum(format.value), GLenum(OpenGL.Types.uint8.value), &pixels)
                                                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift:1234:5: error: cannot find '_glFlush' in scope
    _glFlush()
    ^~~~~~~~
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Vorbis.o (in target 'Vorbis' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Vorbis.o
SwiftEmitModule normal arm64 Emitting\ module\ for\ Atomics (in target 'Atomics' from project 'swift-atomics')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/AtomicInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/AtomicMemoryOrderings.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/AtomicOptional.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/AtomicRawRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/AtomicValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/DoubleWord.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/Unmanaged\ extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/autogenerated/AtomicBool.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/autogenerated/PointerConformances.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/autogenerated/Primitives.native.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/Atomics/autogenerated/Primitives.shims.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atomics.build/Debug-xros/Atomics.build/Objects-normal/arm64/Atomics_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atomics.build/Debug-xros/Atomics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/_AtomicsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atomics.build/Debug-xros/Atomics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atomics.build/Debug-xros/Atomics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atomics.build/Debug-xros/Atomics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Atomics -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atomics.build/Debug-xros/Atomics.build/Objects-normal/arm64/Atomics.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atomics.build/Debug-xros/Atomics.build/Objects-normal/arm64/Atomics.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atomics.build/Debug-xros/Atomics.build/Objects-normal/arm64/Atomics-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atomics.build/Debug-xros/Atomics.build/Objects-normal/arm64/Atomics-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atomics.build/Debug-xros/Atomics.build/Objects-normal/arm64/Atomics-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atomics.build/Debug-xros/Atomics.build/Objects-normal/arm64/Atomics.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atomics.build/Debug-xros/Atomics.build/Objects-normal/arm64/Atomics.abi.json
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TrueType.o (in target 'TrueType' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TrueType.o
SwiftEmitModule normal arm64 Emitting\ module\ for\ InternalCollectionsUtilities (in target 'InternalCollectionsUtilities' from project 'swift-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/Compatibility/autogenerated/UnsafeMutableBufferPointer+SE-0370.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/Compatibility/autogenerated/UnsafeMutablePointer+SE-0370.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/Compatibility/autogenerated/UnsafeRawPointer\ extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/IntegerTricks/autogenerated/FixedWidthInteger+roundUpToPowerOfTwo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/IntegerTricks/autogenerated/Integer\ rank.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/IntegerTricks/autogenerated/UInt+first\ and\ last\ set\ bit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/IntegerTricks/autogenerated/UInt+reversed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/UnsafeBitSet/autogenerated/_UnsafeBitSet+Index.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/UnsafeBitSet/autogenerated/_UnsafeBitSet+_Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/UnsafeBitSet/autogenerated/_UnsafeBitSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/_SortedCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/_UniqueCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/autogenerated/Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/autogenerated/Descriptions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/autogenerated/RandomAccessCollection+Offsets.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/autogenerated/Specialize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/autogenerated/UnsafeBufferPointer+Extras.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/InternalCollectionsUtilities/autogenerated/UnsafeMutableBufferPointer+Extras.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D COLLECTIONS_RANDOMIZED_TESTING -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/InternalCollectionsUtilities.build/Objects-normal/arm64/InternalCollectionsUtilities_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/InternalCollectionsUtilities.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/InternalCollectionsUtilities.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/InternalCollectionsUtilities.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/InternalCollectionsUtilities.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name InternalCollectionsUtilities -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/InternalCollectionsUtilities.build/Objects-normal/arm64/InternalCollectionsUtilities.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/InternalCollectionsUtilities.build/Objects-normal/arm64/InternalCollectionsUtilities.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/InternalCollectionsUtilities.build/Objects-normal/arm64/InternalCollectionsUtilities-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/InternalCollectionsUtilities.build/Objects-normal/arm64/InternalCollectionsUtilities-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/InternalCollectionsUtilities.build/Objects-normal/arm64/InternalCollectionsUtilities-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/InternalCollectionsUtilities.build/Objects-normal/arm64/InternalCollectionsUtilities.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/InternalCollectionsUtilities.build/Objects-normal/arm64/InternalCollectionsUtilities.abi.json
SwiftCompile normal arm64 Compiling\ OpenGLWindows.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift (in target 'OpenGL_GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLFW/GLFW.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift -primary-file /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLWindows.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLWindows.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLWindows.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLWindows.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGL_GateEngine_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenGL_GateEngine -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLWindows.o -index-unit-output-path /GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLWindows.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift (in target 'OpenGL_GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLFW/GLFW.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift -primary-file /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLWindows.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLWindows.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLWindows.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLWindows.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGL_GateEngine_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenGL_GateEngine -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLWindows.o -index-unit-output-path /GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLWindows.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ JavaScriptKit (in target 'JavaScriptKit' from project 'JavaScriptKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/BasicObjects/JSArray.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/BasicObjects/JSDate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/BasicObjects/JSError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/BasicObjects/JSPromise.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/BasicObjects/JSTimer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/BasicObjects/JSTypedArray.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/ConstructibleFromJSValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/ConvertibleToJSValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/Deprecated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/Features.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSBigInt.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSClosure.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSObject.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSSymbol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSThrowingFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/JSBridgedType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/JSValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/JSValueDecoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/JavaScriptKit/XcodeSupport.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/Objects-normal/arm64/JavaScriptKit_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavaScriptKit/Sources/_CJavaScriptKit/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name JavaScriptKit -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/Objects-normal/arm64/JavaScriptKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/Objects-normal/arm64/JavaScriptKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/Objects-normal/arm64/JavaScriptKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/Objects-normal/arm64/JavaScriptKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/Objects-normal/arm64/JavaScriptKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/Objects-normal/arm64/JavaScriptKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavaScriptKit.build/Debug-xros/JavaScriptKit.build/Objects-normal/arm64/JavaScriptKit.abi.json
SwiftCompile normal arm64 Compiling\ OpenGLLinux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift (in target 'OpenGL_GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLFW/GLFW.swift -primary-file /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLLinux.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLLinux.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLLinux.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLLinux.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGL_GateEngine_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenGL_GateEngine -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLLinux.o -index-unit-output-path /GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLLinux.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift (in target 'OpenGL_GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLFW/GLFW.swift -primary-file /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLLinux.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLLinux.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLLinux.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLLinux.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGL_GateEngine_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenGL_GateEngine -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLLinux.o -index-unit-output-path /GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGLLinux.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for HeapModule (in target 'HeapModule' from project 'swift-collections')
SwiftDriver\ Compilation\ Requirements HeapModule normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HeapModule' from project 'swift-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HeapModule -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DCOLLECTIONS_RANDOMIZED_TESTING -DXcode -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ DequeModule (in target 'DequeModule' from project 'swift-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque+Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque+Collection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque+CustomReflectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque+Descriptions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque+Extras.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque+Sendable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque+Testing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque._Storage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque._UnsafeHandle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/Deque.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/_DequeBuffer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/_DequeBufferHeader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/_DequeSlot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D COLLECTIONS_RANDOMIZED_TESTING -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/DequeModule.build/Objects-normal/arm64/DequeModule_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/DequeModule.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/DequeModule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/DequeModule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/DequeModule.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DequeModule -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/DequeModule.build/Objects-normal/arm64/DequeModule.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/DequeModule.build/Objects-normal/arm64/DequeModule.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/DequeModule.build/Objects-normal/arm64/DequeModule-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/DequeModule.build/Objects-normal/arm64/DequeModule-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/DequeModule.build/Objects-normal/arm64/DequeModule-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/DequeModule.build/Objects-normal/arm64/DequeModule.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/DequeModule.build/Objects-normal/arm64/DequeModule.abi.json
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/HeapModule-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule-Swift.h (in target 'HeapModule' from project 'swift-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/HeapModule-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HeapModule.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule.swiftmodule (in target 'HeapModule' from project 'swift-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HeapModule.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HeapModule.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule.swiftdoc (in target 'HeapModule' from project 'swift-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HeapModule.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HeapModule.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule.abi.json (in target 'HeapModule' from project 'swift-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HeapModule.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HeapModule.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule.swiftsourceinfo (in target 'HeapModule' from project 'swift-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HeapModule.build/Objects-normal/arm64/HeapModule.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HeapModule.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftEmitModule normal arm64 Emitting\ module\ for\ GameMath (in target 'GameMath' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/2D\ Physics/2D\ Colliders/AxisAlignedBoundingBox2D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/2D\ Physics/2D\ Colliders/BoundingCircle2D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/2D\ Physics/2D\ Colliders/BoundingEllipsoid2D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/2D\ Physics/2D\ Colliders/Collider2D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/2D\ Physics/Line2D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/2D\ Physics/Ray2D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/2D\ Physics/Rect+Physics.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/Circle.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/Direction2.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/Insets.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/Position2.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/Rect.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/Size2.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/Transform2.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/2D\ Types/Vector2.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/3D\ Physics/3D\ Colliders/AxisAlignedBoundingBox3D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/3D\ Physics/3D\ Colliders/BoundingEllipsoid3D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/3D\ Physics/3D\ Colliders/BoundingSphere3D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/3D\ Physics/3D\ Colliders/Collider3D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/3D\ Physics/3D\ Colliders/CollisionTriangle.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/3D\ Physics/3D\ Colliders/MeshCollider.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/3D\ Physics/3D\ Colliders/OrientedBoundingBox3D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/3D\ Physics/Line3D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/3D\ Physics/Plane3D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/3D\ Physics/Ray3D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/3D\ Physics/ViewFrustum3D.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/Direction3.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/Matrix3x3.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/Matrix4x4.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/Position3.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/Quaternion.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/Size3.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/Transform3.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/3D\ Types/Vector3.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/BitStream.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/CardinalDirection.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/Degrees\ \&\ Radians.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/FastInverseSquareRoot.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/GameMath.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/Interpolation.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/PlatformSpecific/CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/PlatformSpecific/Win32.swift /Users/admin/builder/spi-builder-workspace/Sources/GameMath/Vector4.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/GameMath.build/Objects-normal/arm64/GameMath_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/GameMath.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/GameMath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/GameMath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/GameMath.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name GameMath -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/GameMath.build/Objects-normal/arm64/GameMath.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/GameMath.build/Objects-normal/arm64/GameMath.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/GameMath.build/Objects-normal/arm64/GameMath-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/GameMath.build/Objects-normal/arm64/GameMath-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/GameMath.build/Objects-normal/arm64/GameMath-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/GameMath.build/Objects-normal/arm64/GameMath.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/GameMath.build/Objects-normal/arm64/GameMath.abi.json
SwiftCompile normal arm64 Compiling\ Unsupported.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift (in target 'OpenGL_GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLFW/GLFW.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift -primary-file /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/Unsupported.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/Unsupported.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/Unsupported.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/Unsupported.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGL_GateEngine_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenGL_GateEngine -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/Unsupported.o -index-unit-output-path /GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/Unsupported.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift (in target 'OpenGL_GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLFW/GLFW.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift -primary-file /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/Unsupported.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/Unsupported.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/Unsupported.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/Unsupported.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGL_GateEngine_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenGL_GateEngine -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/Unsupported.o -index-unit-output-path /GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/Unsupported.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ GLKit.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift (in target 'OpenGL_GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLFW/GLFW.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/GLKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/GLKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/GLKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/GLKit.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGL_GateEngine_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenGL_GateEngine -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/GLKit.o -index-unit-output-path /GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/GLKit.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift (in target 'OpenGL_GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLFW/GLFW.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift /Users/admin/builder/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/GLKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/GLKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/GLKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/GLKit.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/OpenGL_GateEngine_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenGL_GateEngine -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/GLKit.o -index-unit-output-path /GateEngine.build/Debug-xros/OpenGL_GateEngine.build/Objects-normal/arm64/GLKit.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ _RopeModule (in target '_RopeModule' from project 'swift-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Basics/BigString+Builder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Basics/BigString+Contents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Basics/BigString+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Basics/BigString+Index.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Basics/BigString+Ingester.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Basics/BigString+Invariants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Basics/BigString+Iterators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Basics/BigString+Metrics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Basics/BigString+Summary.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Basics/BigString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Chunk/BigString+Chunk+Append\ and\ Insert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Chunk/BigString+Chunk+Breaks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Chunk/BigString+Chunk+Counts.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Chunk/BigString+Chunk+Description.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Chunk/BigString+Chunk+Indexing\ by\ Characters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Chunk/BigString+Chunk+Indexing\ by\ UTF16.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Chunk/BigString+Chunk+RopeElement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Chunk/BigString+Chunk+Splitting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Chunk/BigString+Chunk.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Conformances/BigString+BidirectionalCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Conformances/BigString+Comparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Conformances/BigString+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Conformances/BigString+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Conformances/BigString+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Conformances/BigString+ExpressibleByStringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Conformances/BigString+Hashing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Conformances/BigString+LosslessStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Conformances/BigString+RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Conformances/BigString+Sequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Conformances/BigString+TextOutputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Operations/BigString+Append.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Operations/BigString+Initializers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Operations/BigString+Insert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Operations/BigString+Managing\ Breaks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Operations/BigString+RemoveSubrange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Operations/BigString+ReplaceSubrange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Operations/BigString+Split.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Operations/Range+BigString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Views/BigString+UTF16View.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Views/BigString+UTF8View.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Views/BigString+UnicodeScalarView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Views/BigSubstring+UTF16View.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Views/BigSubstring+UTF8View.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Views/BigSubstring+UnicodeScalarView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/BigString/Views/BigSubstring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/Rope+Builder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/Rope+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/Rope+Invariants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/Rope+_Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/Rope+_Storage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/Rope+_UnmanagedLeaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/Rope+_UnsafeHandle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/Rope.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/RopeElement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/RopeMetric.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/RopeSummary.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/_RopeItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/_RopePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Basics/_RopeVersion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Conformances/Rope+Collection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Conformances/Rope+Index.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Conformances/Rope+Sequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Operations/Rope+Append.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Operations/Rope+Extract.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Operations/Rope+Find.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Operations/Rope+ForEachWhile.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Operations/Rope+Insert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Operations/Rope+Join.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Operations/Rope+MutatingForEach.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Operations/Rope+Remove.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Operations/Rope+RemoveSubrange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Rope/Operations/Rope+Split.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Utilities/Optional\ Utilities.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Utilities/String\ Utilities.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Utilities/String.Index+ABI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/RopeModule/Utilities/_CharacterRecognizer.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D COLLECTIONS_RANDOMIZED_TESTING -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/_RopeModule.build/Objects-normal/arm64/_RopeModule_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/_RopeModule.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/_RopeModule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/_RopeModule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/_RopeModule.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name _RopeModule -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/_RopeModule.build/Objects-normal/arm64/_RopeModule.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/_RopeModule.build/Objects-normal/arm64/_RopeModule.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/_RopeModule.build/Objects-normal/arm64/_RopeModule-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/_RopeModule.build/Objects-normal/arm64/_RopeModule-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/_RopeModule.build/Objects-normal/arm64/_RopeModule-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/_RopeModule.build/Objects-normal/arm64/_RopeModule.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/_RopeModule.build/Objects-normal/arm64/_RopeModule.abi.json
SwiftEmitModule normal arm64 Emitting\ module\ for\ OrderedCollections (in target 'OrderedCollections' from project 'swift-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/HashTable/_HashTable+Bucket.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/HashTable/_HashTable+BucketIterator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/HashTable/_HashTable+Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/HashTable/_HashTable+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/HashTable/_HashTable+Testing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/HashTable/_HashTable+UnsafeHandle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/HashTable/_HashTable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/HashTable/_Hashtable+Header.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+CustomReflectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Deprecations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Descriptions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Elements.SubSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Elements.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+ExpressibleByDictionaryLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Initializers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Invariants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Partial\ MutableCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Partial\ RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Sendable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Sequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Values.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+CustomReflectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Descriptions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Diffing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+ExpressibleByArrayLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Initializers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Insertions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Invariants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ MutableCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ formIntersection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ formSymmetricDifference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ formUnion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ intersection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ isDisjoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ isEqualSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ isStrictSubset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ isStrictSuperset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ isSubset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ isSuperset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ subtract.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ subtracting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ symmetricDifference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra\ union.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Partial\ SetAlgebra+Basics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+RandomAccessCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+ReserveCapacity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Sendable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+SubSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Testing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+UnorderedView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+UnstableInternals.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/Utilities/_UnsafeBitset.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D COLLECTIONS_RANDOMIZED_TESTING -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OrderedCollections -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections.abi.json
Command SwiftEmitModule failed with a nonzero exit code
SwiftEmitModule normal arm64 Emitting\ module\ for\ HashTreeCollections (in target 'HashTreeCollections' from project 'swift-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_AncestorHashSlots.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_Bitmap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_Bucket.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_Hash.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashLevel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Builder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Initializers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Invariants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Lookups.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Primitive\ Insertions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Primitive\ Removals.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Primitive\ Replacement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Structural\ compactMapValues.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Structural\ filter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Structural\ intersection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Structural\ isDisjoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Structural\ isEqualSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Structural\ isSubset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Structural\ mapValues.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Structural\ merge.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Structural\ subtracting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Structural\ symmetricDifference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Structural\ union.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Subtree\ Insertions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Subtree\ Modify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+Subtree\ Removals.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode+UnsafeHandle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashNodeHeader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashSlot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashStack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashTreeIterator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_HashTreeStatistics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_RawHashNode+UnsafeHandle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_RawHashNode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_UnmanagedHashNode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/HashNode/_UnsafePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Collection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+CustomReflectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Descriptions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+ExpressibleByDictionaryLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Filter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Initializers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Keys.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+MapValues.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Merge.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Sendable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Sequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary+Values.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeDictionary/TreeDictionary.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+Collection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+CustomReflectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+Descriptions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+ExpressibleByArrayLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+Extras.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+Filter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+Sendable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+Sequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ Initializers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ basics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ formIntersection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ formSymmetricDifference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ formUnion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ intersection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ isDisjoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ isEqualSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ isStrictSubset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ isStrictSuperset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ isSubset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ isSuperset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ subtract.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ subtracting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ symmetricDifference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet+SetAlgebra\ union.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/HashTreeCollections/TreeSet/TreeSet.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D COLLECTIONS_RANDOMIZED_TESTING -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HashTreeCollections.build/Objects-normal/arm64/HashTreeCollections_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HashTreeCollections.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HashTreeCollections.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HashTreeCollections.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HashTreeCollections.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HashTreeCollections -disable-clang-spi -target-sdk-version 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HashTreeCollections.build/Objects-normal/arm64/HashTreeCollections.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HashTreeCollections.build/Objects-normal/arm64/HashTreeCollections.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HashTreeCollections.build/Objects-normal/arm64/HashTreeCollections-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HashTreeCollections.build/Objects-normal/arm64/HashTreeCollections-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HashTreeCollections.build/Objects-normal/arm64/HashTreeCollections-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HashTreeCollections.build/Objects-normal/arm64/HashTreeCollections.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/HashTreeCollections.build/Objects-normal/arm64/HashTreeCollections.abi.json
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ OpenGL_GateEngine (in target 'OpenGL_GateEngine' from project 'GateEngine')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ OrderedCollections (in target 'OrderedCollections' from project 'swift-collections')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ HashTreeCollections (in target 'HashTreeCollections' from project 'swift-collections')
(3 failures)
BUILD FAILURE 5.10 visionOS