Build Information
Failed to build GateEngine with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/STREGAsGate/GateEngine.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/STREGAsGate/GateEngine
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a40ce90 Merge branch 'Release-0.2'
Cloned https://github.com/STREGAsGate/GateEngine.git
Revision (git rev-parse @):
a40ce90b62c10737cb5f5a1ab8c685ec38803d98
SUCCESS checkout https://github.com/STREGAsGate/GateEngine.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/STREGAsGate/GateEngine.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/swiftwasm/WebAPIKit.git
Fetching https://github.com/swiftwasm/JavaScriptKit.git
Fetching https://github.com/apple/swift-collections.git
[1/13820] Fetching swift-collections
[969/25457] Fetching swift-collections, webapikit
[3660/45788] Fetching swift-collections, webapikit, javascriptkit
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/swiftwasm/WebAPIKit.git (1.81s)
Fetched https://github.com/swiftwasm/JavaScriptKit.git (1.81s)
Fetched https://github.com/apple/swift-collections.git (1.83s)
[1/1563] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git (1.50s)
Computing version for https://github.com/swiftwasm/WebAPIKit.git
Computed https://github.com/swiftwasm/WebAPIKit.git at 0.1.0 (1.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.1.0 (0.43s)
Computing version for https://github.com/swiftwasm/JavaScriptKit.git
Computed https://github.com/swiftwasm/JavaScriptKit.git at 0.19.2 (0.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.66s)
Creating working copy for https://github.com/swiftwasm/JavaScriptKit.git
Working copy of https://github.com/swiftwasm/JavaScriptKit.git resolved at 0.19.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.0
Creating working copy for https://github.com/swiftwasm/WebAPIKit.git
Working copy of https://github.com/swiftwasm/WebAPIKit.git resolved at 0.1.0
Building for debugging...
[0/147] Compiling gravity_memory.c
[1/147] Compiling gravity_debug.c
[2/147] Compiling gravity_hash.c
[3/147] Compiling gravity_lexer.c
[4/147] Compiling _AtomicsShims.c
[5/147] Compiling gravity_value.c
[6/164] Compiling gravity_vm.c
[7/212] Compiling Vorbis window.c
/host/spi-builder-workspace/Dependencies/miniz/src/miniz.c:3185:9: warning: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. [-W#pragma-messages]
#pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.")
^
1 warning generated.
[8/212] Compiling miniz.c
[9/227] Compiling Vorbis vorbisfile.c
[10/227] Compiling Vorbis synthesis.c
[11/227] Compiling chorus.cpp
[12/227] Compiling Vorbis smallft.c
[14/227] Emitting module _CollectionsUtilities
[14/229] Compiling Vorbis sharedbook.c
[15/229] Compiling Vorbis registry.c
[16/229] Compiling Vorbis res0.c
[17/229] Compiling Vorbis mdct.c
[18/229] Compiling Vorbis psy.c
[19/229] Compiling Vorbis mapping0.c
[20/229] Compiling Vorbis vorbisenc.c
[21/229] Compiling Vorbis lsp.c
[22/229] Compiling Vorbis lpc.c
[23/229] Compiling Vorbis lookup.c
[24/229] Compiling Vorbis info.c
[25/229] Compiling Vorbis framing.c
[26/229] Compiling Vorbis floor1.c
[27/229] Compiling Vorbis floor0.c
[28/229] Compiling Vorbis envelope.c
[29/229] Compiling Vorbis codebook.c
[30/229] Compiling Vorbis bitwise.c
[31/229] Compiling Vorbis block.c
[32/229] Compiling Vorbis bitrate.c
[33/229] Compiling Vorbis analysis.c
[34/229] Compiling uiddefs.cpp
[35/229] Compiling TrueType nothing.c
[37/229] Compiling OpenGL_GateEngine GLEW_Linux.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[38/229] Compiling OpenGL_GateEngine GLFW.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[39/229] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/229] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/230] Compiling Atomics AtomicInteger.swift
[42/230] Compiling Atomics AtomicMemoryOrderings.swift
[43/232] Compiling OpenGL_GateEngine GLEW_Windows.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[44/232] Compiling Atomics AtomicOptional.swift
[45/232] Compiling Atomics AtomicOptionalRawRepresentable.swift
[46/232] Compiling OpenGL_GateEngine OpenGLLinux.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[47/232] Compiling OpenGL_GateEngine Unsupported.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[48/232] Compiling Atomics Primitives.native.swift
[49/232] Compiling Atomics Primitives.shims.swift
[50/232] Compiling Atomics AtomicRawRepresentable.swift
[51/232] Compiling Atomics AtomicStrongReference.swift
[54/232] Compiling OpenGL_GateEngine GLKit.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[57/232] Compiling Atomics AtomicLazyReference.swift
[58/232] Compiling Atomics HighLevelTypes.swift
[61/232] Compiling Atomics IntegerConformances.swift
[62/232] Compiling Atomics PointerConformances.swift
[63/232] Compiling Atomics AtomicValue.swift
[64/232] Compiling Atomics DoubleWord.swift
[69/232] Compiling Atomics Unmanaged extensions.swift
[70/232] Compiling Atomics AtomicBool.swift
[77/234] Compiling OpenGL_GateEngine OpenGLWindows.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[77/234] Compiling uhjfilter.cpp
[79/234] Emitting module Atomics
[79/234] Compiling mixer_c.cpp
[81/357] Compiling OrderedCollections OrderedSet+Equatable.swift
[82/357] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[83/357] Compiling OrderedCollections OrderedSet+Hashable.swift
[84/357] Compiling OrderedCollections OrderedSet+Initializers.swift
[85/357] Compiling OrderedCollections OrderedSet+Insertions.swift
[86/362] Compiling OrderedCollections _HashTable+Bucket.swift
[87/362] Compiling OrderedCollections _HashTable+BucketIterator.swift
[88/362] Compiling OrderedCollections _HashTable+Constants.swift
[89/362] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[90/362] Compiling OrderedCollections _HashTable+Testing.swift
[91/362] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[92/362] Compiling OrderedCollections _HashTable.swift
[93/362] Compiling OrderedCollections _Hashtable+Header.swift
[94/362] Compiling OrderedCollections OrderedDictionary+Codable.swift
[95/362] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[96/362] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[97/362] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[98/362] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
/host/spi-builder-workspace/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingEllipsoid3D.swift:75:9: warning: code after 'return' will never be executed
if self.position == collider.position {
^
[99/362] Compiling OrderedCollections OrderedDictionary+Elements.swift
/host/spi-builder-workspace/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingEllipsoid3D.swift:75:9: warning: code after 'return' will never be executed
if self.position == collider.position {
^
[100/362] Compiling OrderedCollections OrderedDictionary+Equatable.swift
/host/spi-builder-workspace/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingEllipsoid3D.swift:75:9: warning: code after 'return' will never be executed
if self.position == collider.position {
^
[101/362] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
/host/spi-builder-workspace/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingEllipsoid3D.swift:75:9: warning: code after 'return' will never be executed
if self.position == collider.position {
^
[102/362] Compiling OrderedCollections OrderedDictionary+Hashable.swift
/host/spi-builder-workspace/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingEllipsoid3D.swift:75:9: warning: code after 'return' will never be executed
if self.position == collider.position {
^
[103/362] Compiling OrderedCollections OrderedDictionary+Initializers.swift
/host/spi-builder-workspace/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingEllipsoid3D.swift:75:9: warning: code after 'return' will never be executed
if self.position == collider.position {
^
[103/362] Compiling voice.cpp
[105/362] Compiling OrderedCollections OrderedDictionary.swift
[106/362] Compiling OrderedCollections OrderedSet+Codable.swift
[107/362] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[108/362] Compiling OrderedCollections OrderedSet+Descriptions.swift
[109/362] Compiling OrderedCollections OrderedSet+Diffing.swift
[109/362] Compiling mixer.cpp
[110/362] Compiling ufbx.c
[112/369] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[113/369] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[114/369] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[115/369] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[116/369] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[117/369] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[118/369] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[119/369] Compiling GameMath Interpolation.swift
[120/369] Compiling GameMath CoreGraphics.swift
[121/369] Compiling GameMath Win32.swift
[122/369] Compiling GameMath Vector4.swift
[123/369] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[124/369] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[125/369] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[126/392] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[127/392] Compiling HeapModule Heap+Descriptions.swift
[128/461] Compiling HashTreeCollections _HashStack.swift
[129/461] Compiling HashTreeCollections _HashTreeIterator.swift
[130/461] Compiling HashTreeCollections _HashTreeStatistics.swift
[131/461] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[132/461] Compiling HashTreeCollections _RawHashNode.swift
[133/461] Compiling HashTreeCollections _UnmanagedHashNode.swift
[134/461] Compiling HashTreeCollections _UnsafePath.swift
[135/461] Compiling HashTreeCollections TreeDictionary+Codable.swift
[136/462] Compiling HashTreeCollections _HashNode+Structural union.swift
[137/462] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[138/462] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[139/462] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[140/462] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[141/462] Compiling HashTreeCollections _HashNode.swift
[142/462] Compiling HashTreeCollections _HashNodeHeader.swift
[143/462] Compiling HashTreeCollections _HashSlot.swift
[144/463] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[145/463] Compiling HashTreeCollections _HashNode+Structural filter.swift
[146/469] Compiling HeapModule _HeapNode.swift
[147/469] Compiling HeapModule Heap.swift
[148/469] Compiling HashTreeCollections _HashNode+Storage.swift
[150/471] Compiling DequeModule _UnsafeWrappedBuffer.swift
[151/471] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[152/471] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[153/471] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[154/471] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[155/471] Compiling HashTreeCollections _HashNode+Structural merge.swift
[156/471] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[157/471] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[158/471] Compiling HashTreeCollections _HashNode+Invariants.swift
[159/471] Compiling HashTreeCollections _HashNode+Lookups.swift
[160/471] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[161/471] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[162/471] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[165/471] Compiling DequeModule _DequeSlot.swift
[167/472] Compiling HeapModule Heap+Invariants.swift
[168/472] Compiling HeapModule Heap+UnsafeHandle.swift
[170/472] Emitting module HeapModule
error: emit-module command failed with exit code 1 (use -v to see invocation)
[171/473] Emitting module OpenGL_GateEngine
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[172/473] Compiling OpenGL_GateEngine OpenGL_GateEngine.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/107] Compiling fmt_traits.cpp
[1/175] Compiling logging.cpp
[2/175] Compiling nfc.cpp
[3/175] Compiling splitter.cpp
[4/175] Compiling fpu_ctrl.cpp
[6/275] Compiling OpenGL_GateEngine GLEW_Linux.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[6/276] Compiling mastering.cpp
[7/276] Compiling helpers.cpp
[9/276] Emitting module HeapModule
[12/293] Compiling DequeModule Deque.swift
[13/293] Compiling DequeModule _DequeSlot.swift
[14/293] Compiling DequeModule Deque+Codable.swift
[15/293] Compiling DequeModule Deque+Collection.swift
[16/300] Compiling DequeModule Deque._Storage.swift
[17/300] Compiling DequeModule Deque._UnsafeHandle.swift
[18/300] Compiling DequeModule Deque+Sendable.swift
[19/300] Compiling DequeModule Deque+Testing.swift
[20/300] Compiling DequeModule Deque+Extras.swift
[21/300] Compiling DequeModule Deque+Hashable.swift
[22/318] Compiling OpenGL_GateEngine OpenGLWindows.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[23/323] Compiling OrderedCollections _UnsafeBitset.swift
[24/339] Compiling GameMath Line3D.swift
[25/339] Compiling GameMath Plane3D.swift
[26/339] Compiling GameMath MeshCollider.swift
[27/339] Compiling GameMath OrientedBoundingBox3D.swift
[28/340] Compiling HashTreeCollections TreeSet+Hashable.swift
[29/340] Compiling HashTreeCollections TreeSet+Sendable.swift
[30/340] Compiling HashTreeCollections TreeSet+Sequence.swift
[31/340] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[32/340] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[33/340] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[34/340] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[35/340] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[36/340] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[37/340] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[38/350] Compiling GameMath Interpolation.swift
[39/350] Compiling GameMath CoreGraphics.swift
[40/405] Compiling BitCollections BitArray+Invariants.swift
[41/405] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[42/405] Compiling DequeModule _DequeBufferHeader.swift
[43/405] Compiling BitCollections BitArray+Extras.swift
[44/405] Compiling BitCollections BitArray+Fill.swift
[45/405] Compiling BitCollections BitArray+Hashable.swift
[46/405] Compiling BitCollections BitArray+Initializers.swift
[47/415] Compiling DequeModule _DequeBuffer.swift
[48/415] Compiling BitCollections BitSet+Invariants.swift
[49/415] Compiling BitCollections BitSet+Random.swift
[50/415] Compiling BitCollections BitSet+SetAlgebra basics.swift
[51/415] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[52/415] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[53/415] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[54/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[55/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[56/420] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[57/420] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[58/420] Compiling HashTreeCollections TreeSet+Debugging.swift
[59/420] Compiling HashTreeCollections TreeSet+Descriptions.swift
[60/420] Compiling HashTreeCollections TreeSet+Equatable.swift
[61/420] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[62/420] Compiling HashTreeCollections TreeSet+Extras.swift
[63/420] Compiling HashTreeCollections TreeSet+Filter.swift
[64/420] Compiling OpenGL_GateEngine OpenGLLinux.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[65/420] Compiling OpenGL_GateEngine Unsupported.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[71/420] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[72/420] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[73/420] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[74/420] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[75/420] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[76/420] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[77/420] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/420] Compiling BitCollections BitArray+Codable.swift
[79/420] Compiling BitCollections BitArray+Collection.swift
[80/420] Compiling BitCollections BitArray+Copy.swift
[81/420] Compiling BitCollections BitArray+CustomReflectable.swift
[82/426] Compiling OpenGL_GateEngine GLKit.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[83/426] Compiling GameMath Win32.swift
[84/426] Compiling GameMath Vector4.swift
[85/426] Compiling GameMath AxisAlignedBoundingBox2D.swift
[86/426] Compiling GameMath BoundingCircle2D.swift
[87/426] Compiling GameMath BoundingEllipsoid2D.swift
[88/426] Compiling GameMath Collider2D.swift
[89/426] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[90/426] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[91/426] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[92/426] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[93/426] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[94/426] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[95/426] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[96/426] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[97/426] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[98/426] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[105/426] Compiling BitCollections BitArray._UnsafeHandle.swift
[106/426] Compiling BitCollections BitArray.swift
[107/426] Compiling BitCollections BitSet+BidirectionalCollection.swift
[108/426] Compiling BitCollections BitSet+Codable.swift
[109/426] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[110/426] Compiling BitCollections BitSet+CustomReflectable.swift
[111/426] Compiling BitCollections BitSet+CustomStringConvertible.swift
[112/426] Compiling BitCollections BitSet+Equatable.swift
[113/426] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[114/426] Compiling BitCollections BitSet+Extras.swift
[115/426] Compiling BitCollections BitSet+Hashable.swift
[116/426] Compiling BitCollections BitSet+Initializers.swift
[126/437] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[127/437] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[128/437] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[129/437] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[130/437] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[131/437] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[132/437] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[133/437] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[134/437] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[135/437] Compiling HashTreeCollections TreeSet.swift
[143/437] Compiling BitCollections BitSet.swift
[144/437] Compiling BitCollections Range+Utilities.swift
[145/437] Compiling BitCollections Slice+Utilities.swift
[146/437] Compiling BitCollections UInt+Tricks.swift
[147/437] Compiling BitCollections _Word.swift
[148/437] Emitting module BitCollections
[149/437] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[150/437] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[153/437] Compiling OpenGL_GateEngine GLEW_Windows.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[154/437] Compiling BitCollections BitArray+BitwiseOperations.swift
[155/437] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[156/437] Compiling OpenGL_GateEngine GLFW.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[170/446] Compiling BitCollections BitSet.Index.swift
[171/446] Compiling BitCollections BitSet._UnsafeHandle.swift
[185/446] Compiling GameMath Line2D.swift
[186/446] Compiling GameMath Ray2D.swift
[187/446] Compiling GameMath Rect+Physics.swift
[188/446] Compiling GameMath Circle.swift
[209/446] Emitting module DequeModule
[232/448] Compiling hrtf.cpp
[238/452] Emitting module OrderedCollections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[246/453] Emitting module OpenGL_GateEngine
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[247/453] Compiling OpenGL_GateEngine OpenGL_GateEngine.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:3:10: error: 'GL/glu.h' file not found
#include <GL/glu.h>
^
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
import OpenGL_Linux
^
[273/455] Emitting module _RopeModule
error: fatalError
[273/455] Compiling except.cpp
[273/455] Compiling biquad.cpp
BUILD FAILURE 5.9 linux