Build Information
Failed to build GraphZahl, reference develop (c306e0
), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 11:49:51 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/GraphZahl.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerdsupremacist/GraphZahl
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at c306e04 Removing NSNull check that sometimes crashes on linux
Cloned https://github.com/nerdsupremacist/GraphZahl.git
Revision (git rev-parse @):
c306e04e7ef80ec8d27fd351d263e430de3d934a
SUCCESS checkout https://github.com/nerdsupremacist/GraphZahl.git at develop
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/nerdsupremacist/GraphZahl.git
https://github.com/nerdsupremacist/GraphZahl.git
{
"dependencies" : [
{
"identity" : "graphql",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.1-beta.6",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerdsupremacist/GraphQL.git"
},
{
"identity" : "runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.2-beta.13",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerdsupremacist/Runtime.git"
},
{
"identity" : "contextkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerdsupremacist/ContextKit.git"
}
],
"manifest_display_name" : "GraphZahl",
"name" : "GraphZahl",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "GraphZahl",
"targets" : [
"GraphZahl"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GraphZahlTests",
"module_type" : "SwiftTarget",
"name" : "GraphZahlTests",
"path" : "Sources/GraphZahlTests",
"sources" : [
"CallingTests.swift",
"SchemaResolutionTests.swift"
],
"target_dependencies" : [
"GraphZahl"
],
"type" : "test"
},
{
"c99name" : "GraphZahl",
"module_type" : "SwiftTarget",
"name" : "GraphZahl",
"path" : "Sources/GraphZahl",
"product_dependencies" : [
"GraphQL",
"Runtime",
"ContextKit"
],
"product_memberships" : [
"GraphZahl"
],
"sources" : [
"Resolution/InputResolvable/Implementations/Array+InputResolvable.swift",
"Resolution/InputResolvable/Implementations/GraphQLInputObject.swift",
"Resolution/InputResolvable/Implementations/JSONOptional.swift",
"Resolution/InputResolvable/Implementations/Optional+InputResolvable.swift",
"Resolution/InputResolvable/Implementations/RawRepresentable+InputResolvable.swift",
"Resolution/InputResolvable/InputResolvable.swift",
"Resolution/OutputResolvable/DelegatedOutputResolvable.swift",
"Resolution/OutputResolvable/Implementations/Array+OutputResolvable.swift",
"Resolution/OutputResolvable/Implementations/Connection/ConnectionProtocol.swift",
"Resolution/OutputResolvable/Implementations/Connection/ConnectionWrapper.swift",
"Resolution/OutputResolvable/Implementations/Connection/ContextBasedConnection.swift",
"Resolution/OutputResolvable/Implementations/Connection/ContextBasedConnectionWrapper.swift",
"Resolution/OutputResolvable/Implementations/Connection/EdgeProtocol.swift",
"Resolution/OutputResolvable/Implementations/Connection/File.swift",
"Resolution/OutputResolvable/Implementations/Connection/FixedPageSizeIndexedConnection.swift",
"Resolution/OutputResolvable/Implementations/Connection/IndexConnectionWrapper.swift",
"Resolution/OutputResolvable/Implementations/Connection/IndexCursorTranslator.swift",
"Resolution/OutputResolvable/Implementations/Connection/IndexedConnection.swift",
"Resolution/OutputResolvable/Implementations/Connection/PageInfo.swift",
"Resolution/OutputResolvable/Implementations/Connection/StandardEdge.swift",
"Resolution/OutputResolvable/Implementations/Future+OutputResolvable.swift",
"Resolution/OutputResolvable/Implementations/Object/GraphQLObject+OutputResolvable.swift",
"Resolution/OutputResolvable/Implementations/Object/GraphQLObject+resolve.swift",
"Resolution/OutputResolvable/Implementations/Object/GraphQLObject.swift",
"Resolution/OutputResolvable/Implementations/Object/PropertyWrappers/CustomGraphQLProperty.swift",
"Resolution/OutputResolvable/Implementations/Object/PropertyWrappers/Ignore.swift",
"Resolution/OutputResolvable/Implementations/Object/PropertyWrappers/Inline.swift",
"Resolution/OutputResolvable/Implementations/Object/PropertyWrappers/InlineAsInterface.swift",
"Resolution/OutputResolvable/Implementations/Object/PropertyWrappers/LazyInline.swift",
"Resolution/OutputResolvable/Implementations/Object/PropertyWrappers/LazyInlineAsInterface.swift",
"Resolution/OutputResolvable/Implementations/Object/PropertyWrappers/PropertyResult.swift",
"Resolution/OutputResolvable/Implementations/Optional+OutputResolvable.swift",
"Resolution/OutputResolvable/Node.swift",
"Resolution/OutputResolvable/Output.swift",
"Resolution/OutputResolvable/OutputResolvable.swift",
"Resolution/Resolution.swift",
"Resolution/Resolvable/ConcreteResolvable.swift",
"Resolution/Resolvable/Implementations/Array+Resolvable.swift",
"Resolution/Resolvable/Implementations/Future+Resolvable.swift",
"Resolution/Resolvable/Implementations/Optional+Resolvable.swift",
"Resolution/Resolvable/KeyPathListable.swift",
"Resolution/Resolvable/Resolvable.swift",
"Resolution/Resolvable/ValueResolvable.swift",
"Resolution/Root/EmptyRootType.swift",
"Resolution/Root/GraphQLRootType.swift",
"Resolution/Root/GraphQLSchema+perform.swift",
"Resolution/Root/GraphQLSchema+resolve.swift",
"Resolution/Root/GraphQLSchema.swift",
"Resolution/Root/MandatoryRootType.swift",
"Resolution/Root/MutationType.swift",
"Resolution/Root/QueryType.swift",
"Resolution/Scalar/Enum/GraphQLEnum.swift",
"Resolution/Scalar/Enum/KeyPath+GraphQLEnum.swift",
"Resolution/Scalar/Scalar/GraphQLScalar+InputResolvable.swift",
"Resolution/Scalar/Scalar/GraphQLScalar+OutputResolvable.swift",
"Resolution/Scalar/Scalar/GraphQLScalar.swift",
"Resolution/Scalar/Scalar/Implementations/Bool+Scalar.swift",
"Resolution/Scalar/Scalar/Implementations/Double+Scalar.swift",
"Resolution/Scalar/Scalar/Implementations/Float+Scalar.swift",
"Resolution/Scalar/Scalar/Implementations/Int+Scalar.swift",
"Resolution/Scalar/Scalar/Implementations/String+Scalar.swift",
"Resolution/Scalar/Scalar/Implementations/UUID+Scalar.swift",
"Resolution/Scalar/Scalar/RawRepresentable+GraphQLScalar.swift",
"Resolution/Scalar/ScalarTypeError.swift",
"Resolution/Scalar/Type/ScalarType.swift",
"Resolution/Scalar/Value/IDValue.swift",
"Resolution/Scalar/Value/ScalarValue+decode.swift",
"Resolution/Scalar/Value/ScalarValue+init.swift",
"Resolution/Scalar/Value/ScalarValue.swift",
"Resolution/Union/GraphQLUnionType.swift",
"Utils/ContextKey+ViewerContext.swift",
"Utils/Dictionary+getOrPut.swift",
"Utils/Lock.swift",
"Utils/Method Dispatching/Default Value/Argument+defaultValue.swift",
"Utils/Method Dispatching/MethodInfo+call.swift",
"Utils/Method Dispatching/Register Usage/RegisterUsage.swift",
"Utils/Method Dispatching/Register Usage/Resolvable/MethodCallResolvable.swift",
"Utils/Method Dispatching/Register Usage/Resolvable/SpecialCases.swift",
"Utils/Method Dispatching/Register Usage/Resolve/FunctionResultDecoder.swift",
"Utils/Method Dispatching/Register Usage/Resolve/resolveArguments.swift",
"Utils/Method Dispatching/typeInfo.swift",
"Utils/MethodInfo+resolve.swift",
"Utils/PropertyInfo+resolve.swift",
"Utils/String+camelCasing.swift",
"Utils/String+deletingPrefix.swift"
],
"target_dependencies" : [
"CContext"
],
"type" : "library"
},
{
"c99name" : "CContext",
"module_type" : "ClangTarget",
"name" : "CContext",
"path" : "Sources/CContext",
"product_memberships" : [
"GraphZahl"
],
"sources" : [
"CContext.c"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/nerdsupremacist/ContextKit.git
Fetching from https://github.com/nerdsupremacist/Runtime.git
Fetching from https://github.com/nerdsupremacist/GraphQL.git
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/nerdsupremacist/CwlDemangle.git
Fetching from https://github.com/nerdsupremacist/CRuntime.git
Resolve Package Graph
Updating from https://github.com/nerdsupremacist/GraphQL.git
Updating from https://github.com/nerdsupremacist/ContextKit.git
Updating from https://github.com/nerdsupremacist/Runtime.git
Updating from https://github.com/apple/swift-nio.git
Updating from https://github.com/apple/swift-system.git
Updating from https://github.com/apple/swift-atomics.git
Updating from https://github.com/apple/swift-collections.git
Updating from https://github.com/nerdsupremacist/CwlDemangle.git
Updating from https://github.com/nerdsupremacist/CRuntime.git
Resolve Package Graph
Updating from https://github.com/nerdsupremacist/GraphQL.git
Updating from https://github.com/nerdsupremacist/ContextKit.git
Updating from https://github.com/nerdsupremacist/Runtime.git
Updating from https://github.com/apple/swift-nio.git
Updating from https://github.com/apple/swift-system.git
Updating from https://github.com/apple/swift-collections.git
Updating from https://github.com/apple/swift-atomics.git
Updating from https://github.com/nerdsupremacist/CwlDemangle.git
Updating from https://github.com/nerdsupremacist/CRuntime.git
Resolved source packages:
spi-builder-workspace: (null)
2025-04-26 04:49:48.427 xcodebuild[515:2872] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_04-49-0048.xcresult
xcodebuild: error: Could not resolve package dependencies:
Failed to resolve dependencies Dependencies could not be resolved because no versions of 'cwldemangle' match the requirement 0.1.1-beta...<1.0.0 and root depends on 'runtime' 2.1.2-beta.13..<3.0.0.
'runtime' >= 2.1.2-beta.13 practically depends on 'cwldemangle' 0.1.1-beta...<1.0.0 because 'runtime' 2.1.2-beta.14 depends on 'cwldemangle' 0.1.1-beta...<1.0.0.
'runtime' {2.1.2-beta.13..<2.1.2-beta.14, 2.1.2-beta.14.0..<3.0.0} practically depends on 'cwldemangle' 0.1.1-beta...<1.0.0 because no versions of 'runtime' match the requirement {2.1.2-beta.13.0..<2.1.2-beta.14, 2.1.2-beta.14.0..<3.0.0} and 'runtime' 2.1.2-beta.13 depends on 'cwldemangle' 0.1.1-beta...<1.0.0.
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/nerdsupremacist/GraphQL.git
Updating from https://github.com/nerdsupremacist/ContextKit.git
Updating from https://github.com/nerdsupremacist/Runtime.git
Updating from https://github.com/apple/swift-nio.git
Updating from https://github.com/apple/swift-collections.git
Updating from https://github.com/apple/swift-atomics.git
Updating from https://github.com/apple/swift-system.git
Updating from https://github.com/nerdsupremacist/CwlDemangle.git
Updating from https://github.com/nerdsupremacist/CRuntime.git
Resolved source packages:
spi-builder-workspace: (null)
2025-04-26 04:49:51.330 xcodebuild[979:4794] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_04-49-0051.xcresult
xcodebuild: error: Could not resolve package dependencies:
Failed to resolve dependencies Dependencies could not be resolved because no versions of 'cwldemangle' match the requirement 0.1.1-beta...<1.0.0 and root depends on 'runtime' 2.1.2-beta.13..<3.0.0.
'runtime' >= 2.1.2-beta.13 practically depends on 'cwldemangle' 0.1.1-beta...<1.0.0 because 'runtime' 2.1.2-beta.14 depends on 'cwldemangle' 0.1.1-beta...<1.0.0.
'runtime' {2.1.2-beta.13..<2.1.2-beta.14, 2.1.2-beta.14.0..<3.0.0} practically depends on 'cwldemangle' 0.1.1-beta...<1.0.0 because no versions of 'runtime' match the requirement {2.1.2-beta.13.0..<2.1.2-beta.14, 2.1.2-beta.14.0..<3.0.0} and 'runtime' 2.1.2-beta.13 depends on 'cwldemangle' 0.1.1-beta...<1.0.0.
BUILD FAILURE 6.1 tvOS