Build Information
Failed to build glTFSceneKit, reference 0.0.10 (434ccf
), with Swift 5.10 for Linux on 9 Sep 2024 06:35:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sakrist/glTFSceneKit.git
Reference: 0.0.10
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/sakrist/glTFSceneKit
* tag 0.0.10 -> FETCH_HEAD
HEAD is now at 434ccf3 fixed conversion progress for multithreading; construct nodes tree upfront to fix deadlock issue;
Submodule path 'Draco': checked out '9bdbe49ea00171089bb666692a0ba6476b408545'
Submodule 'Draco' (https://github.com/3d4medical/DracoSwiftPackage.git) registered for path 'Draco'
Cloning into '/host/spi-builder-workspace/Draco'...
Cloned https://github.com/sakrist/glTFSceneKit.git
Revision (git rev-parse @):
434ccf32da18107bcd419fab6ef4c9a0b21a8d4d
SUCCESS checkout https://github.com/sakrist/glTFSceneKit.git at 0.0.10
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/sakrist/glTFSceneKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
2ec76a50fe7c: Pulling fs layer
031194576cad: Pulling fs layer
f49f3db6a794: Pulling fs layer
099074009041: Pulling fs layer
8030c5bafabb: Pulling fs layer
f37ee5a1772f: Pulling fs layer
099074009041: Waiting
f37ee5a1772f: Waiting
8030c5bafabb: Waiting
2ec76a50fe7c: Verifying Checksum
2ec76a50fe7c: Download complete
099074009041: Verifying Checksum
099074009041: Download complete
8030c5bafabb: Verifying Checksum
8030c5bafabb: Download complete
f37ee5a1772f: Download complete
031194576cad: Verifying Checksum
031194576cad: Download complete
2ec76a50fe7c: Pull complete
f49f3db6a794: Verifying Checksum
f49f3db6a794: Download complete
031194576cad: Pull complete
f49f3db6a794: Pull complete
099074009041: Pull complete
8030c5bafabb: Pull complete
f37ee5a1772f: Pull complete
Digest: sha256:a70f701911643a3a4293839e0e79d56dcc32eed4840549b67640dc1034af7f44
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/3d4medical/DracoSwiftPackage.git
[1/333] Fetching dracoswiftpackage
Fetched https://github.com/3d4medical/DracoSwiftPackage.git from cache (1.59s)
Computing version for https://github.com/3d4medical/DracoSwiftPackage.git
Computed https://github.com/3d4medical/DracoSwiftPackage.git at 0.0.8 (0.68s)
Creating working copy for https://github.com/3d4medical/DracoSwiftPackage.git
Working copy of https://github.com/3d4medical/DracoSwiftPackage.git resolved at 0.0.8
warning: 'dracoswiftpackage': ignoring declared target(s) 'Draco' in the system package
warning: 'spi-builder-workspace': dependency 'dracoswiftpackage' is not used by any target
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/38] Compiling glTFSceneKit GLTFSampler.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[4/38] Compiling glTFSceneKit GLTFScene.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[5/38] Compiling glTFSceneKit GLTFSkin.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[6/38] Compiling glTFSceneKit GLTFTexture.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[7/38] Compiling glTFSceneKit GLTFTextureInfo.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[8/38] Compiling glTFSceneKit GLTFMaterialOcclusionTextureInfo.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[9/38] Compiling glTFSceneKit GLTFMaterialPBRMetallicRoughness.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[10/38] Compiling glTFSceneKit GLTFMesh.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[11/38] Compiling glTFSceneKit GLTFMeshPrimitive.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[12/38] Compiling glTFSceneKit GLTFNode.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[13/42] Compiling glTFSceneKit GLTFAsset.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[14/42] Compiling glTFSceneKit GLTFBuffer.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[15/42] Compiling glTFSceneKit GLTFBufferView.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[16/42] Compiling glTFSceneKit GLTFCamera.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[17/42] Compiling glTFSceneKit GLTFCameraOrthographic.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[18/42] Compiling glTFSceneKit GLTFCameraPerspective.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[19/42] Compiling glTFSceneKit GLTFImage.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[20/42] Compiling glTFSceneKit GLTFKHRDracoMeshCompressionExtension.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[21/42] Compiling glTFSceneKit GLTFMaterial.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[22/42] Compiling glTFSceneKit GLTFMaterialNormalTextureInfo.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[23/42] Compiling glTFSceneKit GLTF+SceneKit.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[24/42] Compiling glTFSceneKit GLTF.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[25/42] Compiling glTFSceneKit GLTFAccessor.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[26/42] Compiling glTFSceneKit GLTFAccessorSparse.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[27/42] Compiling glTFSceneKit GLTFAccessorSparseIndices.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[28/42] Compiling glTFSceneKit GLTFAccessorSparseValues.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[29/42] Compiling glTFSceneKit GLTFAnimation.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[30/42] Compiling glTFSceneKit GLTFAnimationChannel.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[31/42] Compiling glTFSceneKit GLTFAnimationChannelTarget.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[32/42] Compiling glTFSceneKit GLTFAnimationSampler.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/42] Emitting module glTFSceneKit
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[34/42] Compiling glTFSceneKit GLTF+Animation.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[35/42] Compiling glTFSceneKit GLTF+CompressedTexture.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[36/42] Compiling glTFSceneKit GLTF+Draco.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[37/42] Compiling glTFSceneKit GLTF+Material.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[38/42] Compiling glTFSceneKit GLTF+Resources.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[39/42] Compiling glTFSceneKit JSONCodingKeys.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[40/42] Compiling glTFSceneKit GLTF_3D4MCompressedTextureExtension.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[41/42] Compiling glTFSceneKit Helper.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
[42/42] Compiling glTFSceneKit TextureStorageManager.swift
/host/spi-builder-workspace/Sources/glTFSceneKit/GLTF+Animation.swift:9:8: error: no such module 'SceneKit'
import SceneKit
^
error: fatalError
BUILD FAILURE 5.10 linux