Build Information
Failed to build GraphZahl, reference 0.1.0-alpha.46 (c306e0
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 11:50:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/GraphZahl.git
Reference: 0.1.0-alpha.46
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerdsupremacist/GraphZahl
* tag 0.1.0-alpha.46 -> FETCH_HEAD
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 0.1.0-alpha.46
Fetching https://github.com/nerdsupremacist/ContextKit.git
Fetching https://github.com/nerdsupremacist/CwlDemangle.git
Fetching https://github.com/nerdsupremacist/CRuntime.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/nerdsupremacist/GraphQL.git
Fetching https://github.com/nerdsupremacist/Runtime.git
[1/1827] Fetching runtime
[38/1950] Fetching runtime, cruntime
[161/1991] Fetching runtime, cruntime, contextkit
[198/2242] Fetching runtime, cruntime, contextkit, cwldemangle
[381/3647] Fetching runtime, cruntime, contextkit, cwldemangle, graphql
Fetched https://github.com/nerdsupremacist/GraphQL.git from cache (0.88s)
Fetched https://github.com/nerdsupremacist/ContextKit.git from cache (0.88s)
[1599/2201] Fetching runtime, cruntime, cwldemangle
Fetched https://github.com/nerdsupremacist/CRuntime.git from cache (0.95s)
Fetched https://github.com/nerdsupremacist/CwlDemangle.git from cache (0.95s)
Fetched https://github.com/nerdsupremacist/Runtime.git from cache (0.95s)
Computing version for https://github.com/nerdsupremacist/ContextKit.git
Fetched https://github.com/apple/swift-nio.git from cache (0.96s)
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (1.53s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.13 (0.55s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (2.71s)
Computing version for https://github.com/nerdsupremacist/CwlDemangle.git
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (0.00s)
error: 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.13 depends on 'cwldemangle' 0.1.1-beta...<1.0.0.
'runtime' >= 2.1.2-beta.13.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.14 depends on 'cwldemangle' 0.1.1-beta...<1.0.0.
========================================
Build
========================================
Selected platform: macosSpm
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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Updating https://github.com/nerdsupremacist/Runtime.git
Updating https://github.com/nerdsupremacist/GraphQL.git
Updating https://github.com/nerdsupremacist/ContextKit.git
Updated https://github.com/nerdsupremacist/Runtime.git (0.43s)
Updated https://github.com/nerdsupremacist/GraphQL.git (0.44s)
Updated https://github.com/nerdsupremacist/ContextKit.git (0.44s)
Computing version for https://github.com/nerdsupremacist/ContextKit.git
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (1.02s)
Computing version for https://github.com/nerdsupremacist/GraphQL.git
Computed https://github.com/nerdsupremacist/GraphQL.git at 0.12.1-beta.6 (0.53s)
Updating https://github.com/apple/swift-nio.git
Updated https://github.com/apple/swift-nio.git (0.74s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.45s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.70s)
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
Fetched https://github.com/apple/swift-collections.git from cache (0.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.67s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.14 (0.53s)
Updating https://github.com/nerdsupremacist/CRuntime.git
Updating https://github.com/nerdsupremacist/CwlDemangle.git
Updated https://github.com/nerdsupremacist/CRuntime.git (0.39s)
Updated https://github.com/nerdsupremacist/CwlDemangle.git (0.39s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (0.97s)
Computing version for https://github.com/nerdsupremacist/CwlDemangle.git
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (0.00s)
Computed https://github.com/nerdsupremacist/GraphQL.git at 0.12.1-beta.6 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.00s)
error: 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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/nerdsupremacist/GraphQL.git
Updating https://github.com/nerdsupremacist/ContextKit.git
Updating https://github.com/nerdsupremacist/Runtime.git
Updated https://github.com/nerdsupremacist/Runtime.git (0.42s)
Updated https://github.com/nerdsupremacist/GraphQL.git (0.42s)
Updated https://github.com/nerdsupremacist/ContextKit.git (0.42s)
Computing version for https://github.com/nerdsupremacist/ContextKit.git
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (0.49s)
Computing version for https://github.com/nerdsupremacist/GraphQL.git
Computed https://github.com/nerdsupremacist/GraphQL.git at 0.12.1-beta.6 (0.02s)
Updating https://github.com/apple/swift-nio.git
Updated https://github.com/apple/swift-nio.git (0.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.67s)
Updating https://github.com/apple/swift-collections.git
Updating https://github.com/apple/swift-atomics.git
Updating https://github.com/apple/swift-system.git
Updated https://github.com/apple/swift-system.git (0.53s)
Updated https://github.com/apple/swift-atomics.git (0.53s)
Updated https://github.com/apple/swift-collections.git (0.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.03s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.14 (0.03s)
Updating https://github.com/nerdsupremacist/CRuntime.git
Updating https://github.com/nerdsupremacist/CwlDemangle.git
Updated https://github.com/nerdsupremacist/CRuntime.git (0.40s)
Updated https://github.com/nerdsupremacist/CwlDemangle.git (0.40s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (0.46s)
Computing version for https://github.com/nerdsupremacist/CwlDemangle.git
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (0.00s)
Computed https://github.com/nerdsupremacist/GraphQL.git at 0.12.1-beta.6 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.00s)
error: 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 macosSpm