The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build GraphQL, reference master (253b6e), with Swift 6.1 for Wasm on 29 May 2025 02:30:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/GraphQL.git
Reference: master
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/GraphQL
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 253b6ef Fixing string escaping
Cloned https://github.com/nerdsupremacist/GraphQL.git
Revision (git rev-parse @):
253b6efa4fdac99a0feef631023232729864a7c1
SUCCESS checkout https://github.com/nerdsupremacist/GraphQL.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerdsupremacist/GraphQL.git
https://github.com/nerdsupremacist/GraphQL.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.2-beta.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/Runtime.git"
    }
  ],
  "manifest_display_name" : "GraphQL",
  "name" : "GraphQL",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GraphQL",
      "targets" : [
        "GraphQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphQLTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLTests",
      "path" : "Tests/GraphQLTests",
      "sources" : [
        "FieldExecutionStrategyTests/FieldExecutionStrategyTests.swift",
        "HelloWorldTests/HelloWorldTests.swift",
        "InstrumentationTests/InstrumentationTests.swift",
        "LanguageTests/LexerTests.swift",
        "LanguageTests/ParserTests.swift",
        "LanguageTests/SchemaParserTests.swift",
        "LanguageTests/VisitorTests.swift",
        "PersistedQueriesTests/PersistedQueriesTests.swift",
        "StarWarsTests/StarWarsData.swift",
        "StarWarsTests/StarWarsIntrospectionTests.swift",
        "StarWarsTests/StarWarsQueryTests.swift",
        "StarWarsTests/StarWarsSchema.swift",
        "StarWarsTests/StarWarsValidationTests.swift",
        "ValidationTests/ExampleSchema.swift",
        "ValidationTests/FieldsOnCorrectTypeTests.swift",
        "ValidationTests/KnownArgumentNamesTests.swift",
        "ValidationTests/ProvidedNonNullArgumentsTests.swift",
        "ValidationTests/ValidationTests.swift"
      ],
      "target_dependencies" : [
        "GraphQL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphQL",
      "module_type" : "SwiftTarget",
      "name" : "GraphQL",
      "path" : "Sources/GraphQL",
      "product_dependencies" : [
        "NIO",
        "Runtime"
      ],
      "product_memberships" : [
        "GraphQL"
      ],
      "sources" : [
        "Error/GraphQLError.swift",
        "Error/LocatedError.swift",
        "Error/SyntaxError.swift",
        "Execution/Execute.swift",
        "Execution/Values.swift",
        "Extensions/Codable+Extensions.swift",
        "GraphQL.swift",
        "Instrumentation/DispatchQueueInstrumentationWrapper.swift",
        "Instrumentation/Instrumentation.swift",
        "Language/AST.swift",
        "Language/Kinds.swift",
        "Language/Lexer.swift",
        "Language/Location.swift",
        "Language/Parser.swift",
        "Language/Source.swift",
        "Language/Visitor.swift",
        "Map/AnyCoder.swift",
        "Map/AnySerialization.swift",
        "Map/Map.swift",
        "Map/MapCoder.swift",
        "Map/MapSerialization.swift",
        "Map/Number.swift",
        "PersistedQueries/PersistedQueries.swift",
        "SwiftUtilities/Find.swift",
        "SwiftUtilities/IsNullish.swift",
        "SwiftUtilities/KeyMap.swift",
        "SwiftUtilities/QuotedOrList.swift",
        "SwiftUtilities/SuggestionList.swift",
        "SwiftUtilities/Unwrap.swift",
        "Type/Definition.swift",
        "Type/Directives.swift",
        "Type/Introspection.swift",
        "Type/Scalars.swift",
        "Type/Schema.swift",
        "Utilities/ASTFromValue.swift",
        "Utilities/AssertValidName.swift",
        "Utilities/IsValidValue.swift",
        "Utilities/Keyable.swift",
        "Utilities/NIO+Extensions.swift",
        "Utilities/TypeComparators.swift",
        "Utilities/TypeFromAST.swift",
        "Utilities/TypeInfo.swift",
        "Utilities/ValueFromAST.swift",
        "Validation/Rules/FieldsOnCorrectType.swift",
        "Validation/Rules/KnownArgumentNames.swift",
        "Validation/Rules/ProvidedNonNullArguments.swift",
        "Validation/Rules/ScalarLeaf.swift",
        "Validation/SpecifiedRules.swift",
        "Validation/Validate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/nerdsupremacist/Runtime.git
[1/1827] Fetching runtime
Fetched https://github.com/nerdsupremacist/Runtime.git from cache (0.30s)
[1/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.87s)
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/1710] Fetching swift-atomics
[292/6101] Fetching swift-atomics, swift-system
[3242/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
[8618/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.20s)
Fetched https://github.com/apple/swift-collections.git from cache (1.22s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.57s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.14 (0.72s)
Fetching https://github.com/nerdsupremacist/CwlDemangle.git
Fetching https://github.com/nerdsupremacist/CRuntime.git
[1/251] Fetching cwldemangle
[252/374] Fetching cwldemangle, cruntime
Fetched https://github.com/nerdsupremacist/CRuntime.git from cache (0.43s)
Fetched https://github.com/nerdsupremacist/CwlDemangle.git from cache (0.44s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (3.93s)
Computing version for https://github.com/nerdsupremacist/CwlDemangle.git
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.5.0 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.00s)
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.11 (0.89s)
Fetching https://github.com/mattgallagher/CwlDemangle.git
[1/337] Fetching cwldemangle
Fetched https://github.com/mattgallagher/CwlDemangle.git from cache (0.47s)
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (0.49s)
Updating https://github.com/mattgallagher/CwlDemangle.git
Updated https://github.com/mattgallagher/CwlDemangle.git (0.80s)
Computed https://github.com/mattgallagher/CwlDemangle.git at 0.1.0 (0.93s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/nerdsupremacist/Runtime.git
Working copy of https://github.com/nerdsupremacist/Runtime.git resolved at 2.1.2-beta.11
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/nerdsupremacist/CRuntime.git
Working copy of https://github.com/nerdsupremacist/CRuntime.git resolved at 2.1.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/mattgallagher/CwlDemangle.git
Working copy of https://github.com/mattgallagher/CwlDemangle.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/24] Write sources
[12/24] Compiling CNIOWindows shim.c
[13/24] Compiling _AtomicsShims.c
[14/24] Compiling CNIOWindows WSAStartup.c
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:11:5: error: use of undeclared identifier 'Dl_info'
   11 |     Dl_info info;
      |     ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:12:5: error: call to undeclared function 'dladdr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   12 |     dladdr(address, &info);
      |     ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:12:22: error: use of undeclared identifier 'info'
   12 |     dladdr(address, &info);
      |                      ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:13:32: error: use of undeclared identifier 'info'; did you mean 'int'?
   13 |     if (info.dli_sname && (int)info.dli_sname > 0xff) {
      |                                ^~~~
      |                                int
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:13:32: error: expected expression
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:13:9: error: use of undeclared identifier 'info'
   13 |     if (info.dli_sname && (int)info.dli_sname > 0xff) {
      |         ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:14:24: error: use of undeclared identifier 'info'
   14 |         symbol->name = info.dli_sname;
      |                        ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:16:9: error: use of undeclared identifier 'info'
   16 |     if (info.dli_saddr) {
      |         ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:17:27: error: use of undeclared identifier 'info'
   17 |         symbol->address = info.dli_saddr;
      |                           ^
9 errors generated.
[15/24] Compiling CSymbols symbols.c
[15/24] Compiling CNIODarwin shim.c
[15/24] Compiling c-nioatomics.c
[15/24] Compiling CNIOWASI CNIOWASI.c
[15/24] Compiling CNIOLinux shim.c
[15/24] Compiling c-atomics.c
[15/24] Compiling CNIOLinux liburing_shims.c
[15/24] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/9] Compiling CNIOWASI CNIOWASI.c
[0/9] Compiling CNIOLinux shim.c
[1/9] Write sources
[3/9] Compiling CNIOLinux liburing_shims.c
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:11:5: error: use of undeclared identifier 'Dl_info'
   11 |     Dl_info info;
      |     ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:12:5: error: call to undeclared function 'dladdr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   12 |     dladdr(address, &info);
      |     ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:12:22: error: use of undeclared identifier 'info'
   12 |     dladdr(address, &info);
      |                      ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:13:32: error: use of undeclared identifier 'info'; did you mean 'int'?
   13 |     if (info.dli_sname && (int)info.dli_sname > 0xff) {
      |                                ^~~~
      |                                int
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:13:32: error: expected expression
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:13:9: error: use of undeclared identifier 'info'
   13 |     if (info.dli_sname && (int)info.dli_sname > 0xff) {
      |         ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:14:24: error: use of undeclared identifier 'info'
   14 |         symbol->name = info.dli_sname;
      |                        ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:16:9: error: use of undeclared identifier 'info'
   16 |     if (info.dli_saddr) {
      |         ^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/CSymbols/symbols.c:17:27: error: use of undeclared identifier 'info'
   17 |         symbol->address = info.dli_saddr;
      |                           ^
9 errors generated.
[4/9] Compiling CSymbols symbols.c
[4/9] Compiling CNIODarwin shim.c
[4/9] Compiling c-nioatomics.c
[4/9] Compiling c-atomics.c
[4/9] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm