Build Information
Failed to build GraphZahl, reference 0.1.0-alpha.46 (c306e0
), with Swift 6.1 for Linux on 26 Apr 2025 11:44:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
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 /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/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
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/nerdsupremacist/GraphZahl.git
https://github.com/nerdsupremacist/GraphZahl.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/nerdsupremacist/ContextKit.git
Fetching https://github.com/nerdsupremacist/Runtime.git
Fetching https://github.com/nerdsupremacist/GraphQL.git
[1/1405] Fetching graphql
[479/3232] Fetching graphql, runtime
[540/3273] Fetching graphql, runtime, contextkit
Fetched https://github.com/nerdsupremacist/ContextKit.git from cache (0.25s)
Fetched https://github.com/nerdsupremacist/GraphQL.git from cache (0.25s)
Fetched https://github.com/nerdsupremacist/Runtime.git from cache (0.27s)
Computing version for https://github.com/nerdsupremacist/ContextKit.git
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (0.93s)
Computing version for https://github.com/nerdsupremacist/GraphQL.git
Computed https://github.com/nerdsupremacist/GraphQL.git at 0.12.1-beta.6 (0.59s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (5.83s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[752/6058] Fetching swift-atomics, swift-system
[4536/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.45s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.45s)
Fetched https://github.com/apple/swift-collections.git from cache (2.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.78s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.14 (0.54s)
Fetching https://github.com/nerdsupremacist/CwlDemangle.git
Fetching https://github.com/nerdsupremacist/CRuntime.git
[1/123] Fetching cruntime
[124/374] Fetching cruntime, cwldemangle
Fetched https://github.com/nerdsupremacist/CRuntime.git from cache (0.21s)
Fetched https://github.com/nerdsupremacist/CwlDemangle.git from cache (0.22s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (2.16s)
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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Updating https://github.com/nerdsupremacist/GraphQL.git
Updating https://github.com/nerdsupremacist/Runtime.git
Updated https://github.com/nerdsupremacist/Runtime.git (0.20s)
Updated https://github.com/nerdsupremacist/GraphQL.git (0.20s)
Updating https://github.com/nerdsupremacist/ContextKit.git
Updated https://github.com/nerdsupremacist/ContextKit.git (0.13s)
Computing version for https://github.com/nerdsupremacist/ContextKit.git
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (0.99s)
Computing version for https://github.com/nerdsupremacist/GraphQL.git
Computed https://github.com/nerdsupremacist/GraphQL.git at 0.12.1-beta.6 (0.69s)
Updating https://github.com/apple/swift-nio.git
Updated https://github.com/apple/swift-nio.git (0.30s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.11s)
Updating https://github.com/apple/swift-system.git
Updating https://github.com/apple/swift-atomics.git
Updated https://github.com/apple/swift-system.git (0.13s)
Updating https://github.com/apple/swift-collections.git
Updated https://github.com/apple/swift-atomics.git (0.17s)
Updated https://github.com/apple/swift-collections.git (0.16s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.89s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.17s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.14 (0.90s)
Updating https://github.com/nerdsupremacist/CwlDemangle.git
Updating https://github.com/nerdsupremacist/CRuntime.git
Updated https://github.com/nerdsupremacist/CwlDemangle.git (0.29s)
Updated https://github.com/nerdsupremacist/CRuntime.git (0.29s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (3.73s)
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 linux