Build Information
Failed to build glTFSceneKit with Swift 5.9 for tvOS using Xcode 15.2.
Build Command
Build command unavailable
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 /Users/admin/builder/spi-builder-workspace/.git/
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 '/Users/admin/builder/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: tvOS
Swift version: 5.9
Building package at path: $PWD
https://github.com/sakrist/glTFSceneKit.git
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
{
"dependencies" : [
{
"identity" : "dracoswiftpackage",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/3d4medical/DracoSwiftPackage.git"
}
],
"manifest_display_name" : "glTFSceneKit",
"name" : "glTFSceneKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "glTFSceneKit",
"targets" : [
"glTFSceneKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "glTFSceneKitTests",
"module_type" : "SwiftTarget",
"name" : "glTFSceneKitTests",
"path" : "Tests/glTFSceneKitTests",
"sources" : [
"gltf_scenekitTests.swift"
],
"target_dependencies" : [
"glTFSceneKit"
],
"type" : "test"
},
{
"c99name" : "glTFSceneKit",
"module_type" : "SwiftTarget",
"name" : "glTFSceneKit",
"path" : "Sources/glTFSceneKit",
"product_memberships" : [
"glTFSceneKit"
],
"sources" : [
"GLTF+Animation.swift",
"GLTF+CompressedTexture.swift",
"GLTF+Draco.swift",
"GLTF+Material.swift",
"GLTF+Resources.swift",
"GLTF+SceneKit.swift",
"GLTF/GLTF.swift",
"GLTF/GLTFAccessor.swift",
"GLTF/GLTFAccessorSparse.swift",
"GLTF/GLTFAccessorSparseIndices.swift",
"GLTF/GLTFAccessorSparseValues.swift",
"GLTF/GLTFAnimation.swift",
"GLTF/GLTFAnimationChannel.swift",
"GLTF/GLTFAnimationChannelTarget.swift",
"GLTF/GLTFAnimationSampler.swift",
"GLTF/GLTFAsset.swift",
"GLTF/GLTFBuffer.swift",
"GLTF/GLTFBufferView.swift",
"GLTF/GLTFCamera.swift",
"GLTF/GLTFCameraOrthographic.swift",
"GLTF/GLTFCameraPerspective.swift",
"GLTF/GLTFImage.swift",
"GLTF/GLTFKHRDracoMeshCompressionExtension.swift",
"GLTF/GLTFMaterial.swift",
"GLTF/GLTFMaterialNormalTextureInfo.swift",
"GLTF/GLTFMaterialOcclusionTextureInfo.swift",
"GLTF/GLTFMaterialPBRMetallicRoughness.swift",
"GLTF/GLTFMesh.swift",
"GLTF/GLTFMeshPrimitive.swift",
"GLTF/GLTFNode.swift",
"GLTF/GLTFSampler.swift",
"GLTF/GLTFScene.swift",
"GLTF/GLTFSkin.swift",
"GLTF/GLTFTexture.swift",
"GLTF/GLTFTextureInfo.swift",
"GLTF/JSONCodingKeys.swift",
"GLTF_3D4MCompressedTextureExtension.swift",
"Helper.swift",
"TextureStorageManager.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "glTFSceneKit",
"schemes" : [
"glTFSceneKit",
"glTFSceneKit (iOS)"
],
"targets" : [
"glTFSceneKit",
"glTFSceneKit (iOS)",
"glTFSceneKitTests"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
]
}
}
2024-09-09 02:32:59.307 xcodebuild[581:3331] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:848
Details: Error deleting scheme: Cannot modify data because the process disallows saving.
Object: <IDERunContextManager: 0x600003261200>
Method: -deleteRunContexts:completionQueue:completionBlock:
Thread: <_NSMainThread: 0x600001554200>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2024-09-09 02:32:59.308 xcodebuild[581:3331] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
GENERIC FAILURE 5.9 tvOS