The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-graphql-codegen, reference main (f25c7e), with Swift 6.1 for Android on 9 Oct 2025 18:03:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pm-dev/swift-graphql-codegen.git
Reference: main
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/pm-dev/swift-graphql-codegen
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f25c7e9 Response types conform to Hashable by default
Cloned https://github.com/pm-dev/swift-graphql-codegen.git
Revision (git rev-parse @):
f25c7e93a0cc59c7d98219e4377c9b7afbfae21a
SUCCESS checkout https://github.com/pm-dev/swift-graphql-codegen.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pm-dev/swift-graphql-codegen.git
https://github.com/pm-dev/swift-graphql-codegen.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "exact" : [
          "0.58.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "swift-graphql-codegen",
  "name" : "swift-graphql-codegen",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "GraphQLCodegen",
      "targets" : [
        "GraphQLCodegen"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StarwarsExample",
      "targets" : [
        "StarwarsExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StarwarsExample",
      "module_type" : "SwiftTarget",
      "name" : "StarwarsExample",
      "path" : "Sources/StarwarsExample",
      "product_memberships" : [
        "StarwarsExample"
      ],
      "sources" : [
        "API/AnyEncodable.swift",
        "API/GraphQLEnum.swift",
        "API/GraphQLError.swift",
        "API/GraphQLHasDefault.swift",
        "API/GraphQLNullable.swift",
        "API/GraphQLResponse.swift",
        "API/HTTPSupport/DefaultEncoders.swift",
        "API/HTTPSupport/Encoders.swift",
        "API/HTTPSupport/GraphQLOperation.swift",
        "API/HTTPSupport/GraphQLRequest.swift",
        "API/HTTPSupport/URLSession+GraphQL.swift",
        "API/JSONValue.swift",
        "Codegen.swift",
        "Operations/HeroQuery.graphql.swift",
        "SchemaTypes/Enums/Episode.graphqls.swift",
        "SchemaTypes/Scalars/ID.graphqls.swift"
      ],
      "target_dependencies" : [
        "GraphQLCodegen"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LetterCase",
      "module_type" : "SwiftTarget",
      "name" : "LetterCase",
      "path" : "Sources/LetterCase",
      "product_memberships" : [
        "GraphQLCodegen",
        "StarwarsExample"
      ],
      "sources" : [
        "KeyDecodingStrategyAdditions.swift",
        "LetterCase.swift",
        "LetterCaseOptions.swift",
        "StringAdditions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphQLCodegenTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLCodegenTests",
      "path" : "Sources/GraphQLCodegenTests",
      "sources" : [
        "Integration/GraphQLCodeGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "GraphQLCodegen"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphQLCodegen",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLCodegen",
      "path" : "Sources/GraphQLCodegen",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "GraphQLCodegen",
        "StarwarsExample"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/GraphQLCodegen/Resources/graphql.bundle.js",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Codegen.swift",
        "Configuration/Configuration.Input.SchemaSource.swift",
        "Configuration/Configuration.Input.swift",
        "Configuration/Configuration.Output.API.HTTPSupport.swift",
        "Configuration/Configuration.Output.API.swift",
        "Configuration/Configuration.Output.Documents.Fragments.swift",
        "Configuration/Configuration.Output.Documents.Operations.PersistedOperations.swift",
        "Configuration/Configuration.Output.Documents.Operations.ResponseData.swift",
        "Configuration/Configuration.Output.Documents.Operations.Variables.swift",
        "Configuration/Configuration.Output.Documents.Operations.swift",
        "Configuration/Configuration.Output.Documents.swift",
        "Configuration/Configuration.Output.Schema.Enums.swift",
        "Configuration/Configuration.Output.Schema.InputObjects.swift",
        "Configuration/Configuration.Output.Schema.Scalars.swift",
        "Configuration/Configuration.Output.Schema.swift",
        "Configuration/Configuration.Output.swift",
        "Configuration/Configuration.swift",
        "Helpers/Deprecation.swift",
        "Helpers/String.swift",
        "Input/Documents/AST/DocumentAST.swift",
        "Input/Documents/AST/DocumentASTParser.swift",
        "Input/Documents/AST/GraphQLJS.swift",
        "Input/Documents/Documents.swift",
        "Input/Documents/DocumentsLoader.swift",
        "Input/Documents/OperationTextResolver.swift",
        "Input/Documents/Scan/DocumentScan.swift",
        "Input/Documents/Scan/DocumentScanner.swift",
        "Input/Schema/Introspection/IntrospectionDocument.swift",
        "Input/Schema/Introspection/Runner/IntrospectionQuery.swift",
        "Input/Schema/Introspection/Runner/IntrospectionRunner.swift",
        "Input/Schema/Introspection/__Schema.swift",
        "Input/Schema/Schema.swift",
        "Input/Schema/SchemaLoader.swift",
        "Output/API/APIWriter.swift",
        "Output/API/AnyEncodableWriter.swift",
        "Output/API/GraphQLEnumWriter.swift",
        "Output/API/GraphQLErrorWriter.swift",
        "Output/API/GraphQLHasDefaultWriter.swift",
        "Output/API/GraphQLNullableWriter.swift",
        "Output/API/GraphQLResponseWriter.swift",
        "Output/API/HTTPSupport/DefaultEncodersWriter.swift",
        "Output/API/HTTPSupport/EncodersWriter.swift",
        "Output/API/HTTPSupport/GraphQLOperationWriter.swift",
        "Output/API/HTTPSupport/GraphQLRequestWriter.swift",
        "Output/API/HTTPSupport/URLSessionWriter.swift",
        "Output/API/JSONValueWriter.swift",
        "Output/Documents/DefinitionBuilders/FragmentBuilder.swift",
        "Output/Documents/DefinitionBuilders/OperationBuilder.swift",
        "Output/Documents/DefinitionBuilders/SwiftStructBuilder+SelectionSet.swift",
        "Output/Documents/DocumentsWriter.swift",
        "Output/FileOutput.swift",
        "Output/PersistedOperations/PersistedOperationManifest.swift",
        "Output/PersistedOperations/PersistedOperationManifestWriter.swift",
        "Output/Schema/SchemaWriter.swift",
        "Output/Schema/TypeBuilders/SchemaEnumBuilder.swift",
        "Output/Schema/TypeBuilders/SchemaInputObjectBuilder.swift",
        "Output/Schema/TypeBuilders/SchemaScalarBuilder.swift",
        "Output/SwiftSourceBuilders/SourceTypeName.swift",
        "Output/SwiftSourceBuilders/SwiftEnumBuilder.swift",
        "Output/SwiftSourceBuilders/SwiftFileWriter.swift",
        "Output/SwiftSourceBuilders/SwiftReservedKeywords.swift",
        "Output/SwiftSourceBuilders/SwiftStructBuilder.swift",
        "Output/SwiftSourceBuilders/SwiftTypeBuilder.swift",
        "Resolution/Documents/DocumentsResolver.swift",
        "Resolution/Documents/ResolvedDocuments.swift",
        "Resolution/Field/FieldResolver.swift",
        "Resolution/Field/ResolvedField.swift",
        "Resolution/Field/ResolvedFieldType.swift",
        "Resolution/SelectionSet/ResolvedSelectionSet.swift",
        "Resolution/SelectionSet/SelectionSetResolver.swift",
        "Validation/DocumentValidator.swift",
        "Validation/DocumentsValidator.swift"
      ],
      "target_dependencies" : [
        "LetterCase"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/apple/swift-collections
[1/239] Fetching swiftlintplugins
[240/18392] Fetching swiftlintplugins, swift-collections
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (1.39s)
Fetched https://github.com/apple/swift-collections from cache (1.42s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.58.2 (2.07s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.85s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.58.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
[1369/40913916] Downloading https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip (3.96s)
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
Building for debugging...
[2/16] Write sources
[2/16] Copying graphql.bundle.js
[8/16] Write swift-version-24593BA9C3E375BF.txt
[10/37] Compiling InternalCollectionsUtilities _SortedCollection.swift
[11/37] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[13/39] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/39] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[15/39] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[16/39] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/39] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/39] Compiling InternalCollectionsUtilities Integer rank.swift
[20/39] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/39] Emitting module InternalCollectionsUtilities
[22/39] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[24/39] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[25/39] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[26/39] Compiling InternalCollectionsUtilities Debugging.swift
[27/39] Compiling InternalCollectionsUtilities Descriptions.swift
[29/40] Emitting module LetterCase
[29/40] Wrapping AST for InternalCollectionsUtilities for debugging
[31/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[32/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[33/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[34/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[35/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[36/95] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[37/95] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[38/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[39/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[40/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[41/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[42/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[43/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[44/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[45/95] Compiling OrderedCollections OrderedDictionary.swift
[46/95] Compiling OrderedCollections OrderedSet+Codable.swift
[47/95] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[48/95] Compiling OrderedCollections OrderedSet+Descriptions.swift
[49/95] Compiling OrderedCollections OrderedSet+Diffing.swift
[50/95] Compiling OrderedCollections OrderedSet+Equatable.swift
[51/95] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[52/95] Compiling OrderedCollections OrderedSet+Hashable.swift
[53/102] Compiling OrderedCollections OrderedSet+Initializers.swift
[54/102] Compiling OrderedCollections OrderedSet+Insertions.swift
[55/102] Compiling OrderedCollections OrderedSet+Invariants.swift
[56/102] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[57/102] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[58/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[59/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[60/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[61/102] Compiling OrderedCollections OrderedDictionary+Codable.swift
[62/102] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[63/102] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[64/102] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[65/102] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[66/102] Compiling OrderedCollections OrderedDictionary+Elements.swift
[67/102] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[68/102] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[69/102] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[70/102] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[71/102] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[72/102] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[73/102] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[74/102] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[75/102] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[76/102] Compiling OrderedCollections OrderedDictionary+Values.swift
[77/102] Compiling OrderedCollections _HashTable+Bucket.swift
[78/102] Compiling OrderedCollections _HashTable+BucketIterator.swift
[79/102] Compiling OrderedCollections _HashTable+Constants.swift
[80/102] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[81/102] Compiling OrderedCollections _HashTable+Testing.swift
[82/102] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[83/102] Compiling OrderedCollections _HashTable.swift
[84/102] Compiling OrderedCollections _Hashtable+Header.swift
[85/102] Compiling OrderedCollections OrderedSet+Sendable.swift
[86/102] Compiling OrderedCollections OrderedSet+SubSequence.swift
[87/102] Compiling OrderedCollections OrderedSet+Testing.swift
[88/102] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[89/102] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[90/102] Compiling OrderedCollections OrderedSet.swift
[91/102] Compiling OrderedCollections _UnsafeBitset.swift
[92/102] Emitting module OrderedCollections
[93/103] Wrapping AST for OrderedCollections for debugging
[95/103] Compiling LetterCase LetterCase.swift
[96/103] Compiling LetterCase LetterCaseOptions.swift
[97/103] Compiling LetterCase StringAdditions.swift
[98/103] Compiling LetterCase KeyDecodingStrategyAdditions.swift
[99/104] Wrapping AST for LetterCase for debugging
[101/169] Compiling GraphQLCodegen Codegen.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[102/169] Compiling GraphQLCodegen Configuration.Input.SchemaSource.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[103/169] Compiling GraphQLCodegen Configuration.Input.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[104/169] Compiling GraphQLCodegen Configuration.Output.API.HTTPSupport.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[105/169] Compiling GraphQLCodegen Configuration.Output.API.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[106/169] Compiling GraphQLCodegen Configuration.Output.Documents.Fragments.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[107/169] Compiling GraphQLCodegen Configuration.Output.Documents.Operations.PersistedOperations.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[108/169] Compiling GraphQLCodegen Configuration.Output.Documents.Operations.ResponseData.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[109/169] Compiling GraphQLCodegen Configuration.Output.Documents.Operations.Variables.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[110/169] Compiling GraphQLCodegen Configuration.Output.Documents.Operations.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[111/178] Emitting module GraphQLCodegen
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[112/178] Compiling GraphQLCodegen FragmentBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[113/178] Compiling GraphQLCodegen OperationBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[114/178] Compiling GraphQLCodegen SwiftStructBuilder+SelectionSet.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[115/178] Compiling GraphQLCodegen DocumentsWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[116/178] Compiling GraphQLCodegen FileOutput.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[117/178] Compiling GraphQLCodegen PersistedOperationManifest.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[118/178] Compiling GraphQLCodegen PersistedOperationManifestWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[119/178] Compiling GraphQLCodegen SchemaWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[120/178] Compiling GraphQLCodegen SchemaEnumBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[121/178] Compiling GraphQLCodegen GraphQLHasDefaultWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[122/178] Compiling GraphQLCodegen GraphQLNullableWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[123/178] Compiling GraphQLCodegen GraphQLResponseWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[124/178] Compiling GraphQLCodegen DefaultEncodersWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[125/178] Compiling GraphQLCodegen EncodersWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[126/178] Compiling GraphQLCodegen GraphQLOperationWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[127/178] Compiling GraphQLCodegen GraphQLRequestWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[128/178] Compiling GraphQLCodegen URLSessionWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[129/178] Compiling GraphQLCodegen JSONValueWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[130/178] Compiling GraphQLCodegen IntrospectionQuery.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[131/178] Compiling GraphQLCodegen IntrospectionRunner.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[132/178] Compiling GraphQLCodegen __Schema.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[133/178] Compiling GraphQLCodegen Schema.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[134/178] Compiling GraphQLCodegen SchemaLoader.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[135/178] Compiling GraphQLCodegen APIWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[136/178] Compiling GraphQLCodegen AnyEncodableWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[137/178] Compiling GraphQLCodegen GraphQLEnumWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[138/178] Compiling GraphQLCodegen GraphQLErrorWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[139/178] Compiling GraphQLCodegen SchemaInputObjectBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[140/178] Compiling GraphQLCodegen SchemaScalarBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[141/178] Compiling GraphQLCodegen SourceTypeName.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[142/178] Compiling GraphQLCodegen SwiftEnumBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[143/178] Compiling GraphQLCodegen SwiftFileWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[144/178] Compiling GraphQLCodegen SwiftReservedKeywords.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[145/178] Compiling GraphQLCodegen SwiftStructBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[146/178] Compiling GraphQLCodegen SwiftTypeBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[147/178] Compiling GraphQLCodegen DocumentsResolver.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[148/178] Compiling GraphQLCodegen ResolvedDocuments.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[149/178] Compiling GraphQLCodegen FieldResolver.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[150/178] Compiling GraphQLCodegen ResolvedField.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[151/178] Compiling GraphQLCodegen ResolvedFieldType.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[152/178] Compiling GraphQLCodegen ResolvedSelectionSet.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[153/178] Compiling GraphQLCodegen SelectionSetResolver.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[154/178] Compiling GraphQLCodegen DocumentValidator.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[155/178] Compiling GraphQLCodegen DocumentsValidator.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[156/178] Compiling GraphQLCodegen resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[157/178] Compiling GraphQLCodegen DocumentAST.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[158/178] Compiling GraphQLCodegen DocumentASTParser.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[159/178] Compiling GraphQLCodegen GraphQLJS.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[160/178] Compiling GraphQLCodegen Documents.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[161/178] Compiling GraphQLCodegen DocumentsLoader.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[162/178] Compiling GraphQLCodegen OperationTextResolver.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[163/178] Compiling GraphQLCodegen DocumentScan.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[164/178] Compiling GraphQLCodegen DocumentScanner.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[165/178] Compiling GraphQLCodegen IntrospectionDocument.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[166/178] Compiling GraphQLCodegen Configuration.Output.Documents.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[167/178] Compiling GraphQLCodegen Configuration.Output.Schema.Enums.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[168/178] Compiling GraphQLCodegen Configuration.Output.Schema.InputObjects.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[169/178] Compiling GraphQLCodegen Configuration.Output.Schema.Scalars.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[170/178] Compiling GraphQLCodegen Configuration.Output.Schema.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[171/178] Compiling GraphQLCodegen Configuration.Output.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[172/178] Compiling GraphQLCodegen Configuration.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[173/178] Compiling GraphQLCodegen Deprecation.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[174/178] Compiling GraphQLCodegen String.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
Building for debugging...
[2/10] Write swift-version-24593BA9C3E375BF.txt
[4/31] Compiling LetterCase LetterCaseOptions.swift
[5/31] Compiling LetterCase StringAdditions.swift
[6/31] Compiling LetterCase LetterCase.swift
[7/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[8/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/31] Compiling InternalCollectionsUtilities Debugging.swift
[10/31] Compiling InternalCollectionsUtilities Descriptions.swift
[11/33] Emitting module LetterCase
[12/33] Compiling LetterCase KeyDecodingStrategyAdditions.swift
[13/34] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[14/34] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/34] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/34] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/34] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[19/34] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[20/33] Emitting module InternalCollectionsUtilities
[21/33] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/33] Compiling InternalCollectionsUtilities Integer rank.swift
[23/33] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/33] Compiling InternalCollectionsUtilities UInt+reversed.swift
[25/33] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/33] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/33] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[30/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[31/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[32/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[33/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[34/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[35/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[36/95] Compiling OrderedCollections OrderedSet+Initializers.swift
[37/95] Compiling OrderedCollections OrderedSet+Insertions.swift
[38/95] Compiling OrderedCollections OrderedSet+Invariants.swift
[39/95] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[40/95] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[41/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[42/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[43/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[44/95] Compiling OrderedCollections OrderedDictionary.swift
[45/95] Compiling OrderedCollections OrderedSet+Codable.swift
[46/95] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[47/95] Compiling OrderedCollections OrderedSet+Descriptions.swift
[48/95] Compiling OrderedCollections OrderedSet+Diffing.swift
[49/95] Compiling OrderedCollections OrderedSet+Equatable.swift
[50/95] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[51/95] Compiling OrderedCollections OrderedSet+Hashable.swift
[52/95] Compiling OrderedCollections OrderedDictionary+Codable.swift
[53/95] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[54/95] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[55/95] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[56/95] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[57/95] Compiling OrderedCollections OrderedDictionary+Elements.swift
[58/95] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[59/95] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[60/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[61/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[62/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[63/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[64/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[65/95] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[66/95] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[67/95] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[68/95] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[69/95] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[70/95] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[71/95] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[72/95] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[73/95] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[74/95] Compiling OrderedCollections OrderedDictionary+Values.swift
[75/95] Compiling OrderedCollections _HashTable+Bucket.swift
[76/95] Compiling OrderedCollections _HashTable+BucketIterator.swift
[77/95] Compiling OrderedCollections _HashTable+Constants.swift
[78/95] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[79/95] Compiling OrderedCollections _HashTable+Testing.swift
[80/95] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[81/95] Compiling OrderedCollections _HashTable.swift
[82/95] Compiling OrderedCollections _Hashtable+Header.swift
[83/95] Compiling OrderedCollections OrderedSet+Sendable.swift
[84/95] Compiling OrderedCollections OrderedSet+SubSequence.swift
[85/95] Compiling OrderedCollections OrderedSet+Testing.swift
[86/95] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[87/95] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[88/95] Compiling OrderedCollections OrderedSet.swift
[89/95] Compiling OrderedCollections _UnsafeBitset.swift
[90/95] Emitting module OrderedCollections
[92/160] Compiling GraphQLCodegen Configuration.Output.Documents.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[93/160] Compiling GraphQLCodegen Configuration.Output.Schema.Enums.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[94/160] Compiling GraphQLCodegen Configuration.Output.Schema.InputObjects.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[95/160] Compiling GraphQLCodegen Configuration.Output.Schema.Scalars.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[96/160] Compiling GraphQLCodegen Configuration.Output.Schema.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[97/160] Compiling GraphQLCodegen Configuration.Output.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[98/160] Compiling GraphQLCodegen Configuration.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[99/160] Compiling GraphQLCodegen Deprecation.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[100/160] Compiling GraphQLCodegen String.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[101/169] Compiling GraphQLCodegen SchemaInputObjectBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[102/169] Compiling GraphQLCodegen SchemaScalarBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[103/169] Compiling GraphQLCodegen SourceTypeName.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[104/169] Compiling GraphQLCodegen SwiftEnumBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[105/169] Compiling GraphQLCodegen SwiftFileWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[106/169] Compiling GraphQLCodegen SwiftReservedKeywords.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[107/169] Compiling GraphQLCodegen SwiftStructBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[108/169] Compiling GraphQLCodegen SwiftTypeBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[109/169] Compiling GraphQLCodegen DocumentsResolver.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[110/169] Compiling GraphQLCodegen FragmentBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[111/169] Compiling GraphQLCodegen OperationBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[112/169] Compiling GraphQLCodegen SwiftStructBuilder+SelectionSet.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[113/169] Compiling GraphQLCodegen DocumentsWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[114/169] Compiling GraphQLCodegen FileOutput.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[115/169] Compiling GraphQLCodegen PersistedOperationManifest.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[116/169] Compiling GraphQLCodegen PersistedOperationManifestWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[117/169] Compiling GraphQLCodegen SchemaWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[118/169] Compiling GraphQLCodegen SchemaEnumBuilder.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[119/169] Compiling GraphQLCodegen Codegen.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[120/169] Compiling GraphQLCodegen Configuration.Input.SchemaSource.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[121/169] Compiling GraphQLCodegen Configuration.Input.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[122/169] Compiling GraphQLCodegen Configuration.Output.API.HTTPSupport.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[123/169] Compiling GraphQLCodegen Configuration.Output.API.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[124/169] Compiling GraphQLCodegen Configuration.Output.Documents.Fragments.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[125/169] Compiling GraphQLCodegen Configuration.Output.Documents.Operations.PersistedOperations.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[126/169] Compiling GraphQLCodegen Configuration.Output.Documents.Operations.ResponseData.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[127/169] Compiling GraphQLCodegen Configuration.Output.Documents.Operations.Variables.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[128/169] Compiling GraphQLCodegen Configuration.Output.Documents.Operations.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[129/169] Compiling GraphQLCodegen GraphQLHasDefaultWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[130/169] Compiling GraphQLCodegen GraphQLNullableWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[131/169] Compiling GraphQLCodegen GraphQLResponseWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[132/169] Compiling GraphQLCodegen DefaultEncodersWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[133/169] Compiling GraphQLCodegen EncodersWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[134/169] Compiling GraphQLCodegen GraphQLOperationWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[135/169] Compiling GraphQLCodegen GraphQLRequestWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[136/169] Compiling GraphQLCodegen URLSessionWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[137/169] Compiling GraphQLCodegen JSONValueWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[138/169] Emitting module GraphQLCodegen
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[139/169] Compiling GraphQLCodegen ResolvedDocuments.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[140/169] Compiling GraphQLCodegen FieldResolver.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[141/169] Compiling GraphQLCodegen ResolvedField.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[142/169] Compiling GraphQLCodegen ResolvedFieldType.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[143/169] Compiling GraphQLCodegen ResolvedSelectionSet.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[144/169] Compiling GraphQLCodegen SelectionSetResolver.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[145/169] Compiling GraphQLCodegen DocumentValidator.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[146/169] Compiling GraphQLCodegen DocumentsValidator.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[147/169] Compiling GraphQLCodegen resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[148/169] Compiling GraphQLCodegen DocumentAST.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[149/169] Compiling GraphQLCodegen DocumentASTParser.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[150/169] Compiling GraphQLCodegen GraphQLJS.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[151/169] Compiling GraphQLCodegen Documents.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[152/169] Compiling GraphQLCodegen DocumentsLoader.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[153/169] Compiling GraphQLCodegen OperationTextResolver.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[154/169] Compiling GraphQLCodegen DocumentScan.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[155/169] Compiling GraphQLCodegen DocumentScanner.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[156/169] Compiling GraphQLCodegen IntrospectionDocument.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[157/169] Compiling GraphQLCodegen IntrospectionQuery.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[158/169] Compiling GraphQLCodegen IntrospectionRunner.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[159/169] Compiling GraphQLCodegen __Schema.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[160/169] Compiling GraphQLCodegen Schema.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[161/169] Compiling GraphQLCodegen SchemaLoader.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[162/169] Compiling GraphQLCodegen APIWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[163/169] Compiling GraphQLCodegen AnyEncodableWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[164/169] Compiling GraphQLCodegen GraphQLEnumWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
[165/169] Compiling GraphQLCodegen GraphQLErrorWriter.swift
/host/spi-builder-workspace/Sources/GraphQLCodegen/Input/Documents/AST/DocumentASTParser.swift:1:24: error: no such module 'JavaScriptCore'
 1 | @preconcurrency import JavaScriptCore
   |                        `- error: no such module 'JavaScriptCore'
 2 |
 3 | struct DocumentASTParser {
BUILD FAILURE 6.1 android