Build Information
Failed to build GraphZahl, reference 0.1.0-alpha.46 (c306e0
), with Swift 6.1 for Android on 27 May 2025 23:55:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: android
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/nerdsupremacist/Runtime.git
Fetching https://github.com/nerdsupremacist/ContextKit.git
Fetching https://github.com/nerdsupremacist/GraphQL.git
[1/1405] Fetching graphql
[535/3232] Fetching graphql, runtime
[1788/3273] Fetching graphql, runtime, contextkit
Fetched https://github.com/nerdsupremacist/ContextKit.git from cache (0.34s)
Fetched https://github.com/nerdsupremacist/GraphQL.git from cache (0.34s)
Fetched https://github.com/nerdsupremacist/Runtime.git from cache (0.34s)
Computing version for https://github.com/nerdsupremacist/ContextKit.git
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (2.21s)
Computing version for https://github.com/nerdsupremacist/GraphQL.git
Computed https://github.com/nerdsupremacist/GraphQL.git at 0.12.1-beta.6 (0.73s)
Fetching https://github.com/apple/swift-nio.git
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (7.30s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[265/6101] Fetching swift-system, swift-atomics
[3401/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
[8705/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.89s)
Fetched https://github.com/apple/swift-collections.git from cache (1.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.69s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (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.58s)
Fetching https://github.com/nerdsupremacist/CwlDemangle.git
Fetching https://github.com/nerdsupremacist/CRuntime.git
[1/251] Fetching cwldemangle
[232/374] Fetching cwldemangle, cruntime
Fetched https://github.com/nerdsupremacist/CRuntime.git from cache (0.27s)
Fetched https://github.com/nerdsupremacist/CwlDemangle.git from cache (0.28s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (2.76s)
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.83.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.2.0 (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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/nerdsupremacist/ContextKit.git
Updating https://github.com/nerdsupremacist/Runtime.git
Updating https://github.com/nerdsupremacist/GraphQL.git
Updated https://github.com/nerdsupremacist/GraphQL.git (0.19s)
Updated https://github.com/nerdsupremacist/Runtime.git (0.33s)
Updated https://github.com/nerdsupremacist/ContextKit.git (0.33s)
Computing version for https://github.com/nerdsupremacist/ContextKit.git
Computed https://github.com/nerdsupremacist/ContextKit.git at 0.2.1 (1.15s)
Computing version for https://github.com/nerdsupremacist/GraphQL.git
Computed https://github.com/nerdsupremacist/GraphQL.git at 0.12.1-beta.6 (0.66s)
Updating https://github.com/apple/swift-nio.git
Updated https://github.com/apple/swift-nio.git (0.32s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.35s)
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.19s)
Updated https://github.com/apple/swift-atomics.git (0.23s)
Updated https://github.com/apple/swift-collections.git (0.24s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.83s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.14 (0.54s)
Updating https://github.com/nerdsupremacist/CRuntime.git
Updating https://github.com/nerdsupremacist/CwlDemangle.git
Updated https://github.com/nerdsupremacist/CRuntime.git (0.19s)
Updated https://github.com/nerdsupremacist/CwlDemangle.git (0.19s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (2.62s)
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.83.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.2.0 (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 android