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

Successful build of GraphQLer, reference 0.3.2 (c6d0ba), with Swift 6.1 for Android on 28 May 2025 13:41:29 UTC.

Swift 6 data race errors: 20

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/juri/graphqler.git
Reference: 0.3.2
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/juri/graphqler
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at c6d0bac Add new version to CHANGELOG
Cloned https://github.com/juri/graphqler.git
Revision (git rev-parse @):
c6d0bac8d3877f5671699108fbeacf3651861b0e
SUCCESS checkout https://github.com/juri/graphqler.git at 0.3.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/juri/graphqler.git
https://github.com/juri/graphqler.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "GraphQLer",
  "name" : "GraphQLer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GraphQLer",
      "targets" : [
        "GraphQLer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphQLer",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLer",
      "path" : "Sources/GraphQLer",
      "product_memberships" : [
        "GraphQLer"
      ],
      "sources" : [
        "GraphQL.swift",
        "Stringify.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphQLTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLTests",
      "path" : "Tests/GraphQLTests",
      "sources" : [
        "GraphQLTests.swift"
      ],
      "target_dependencies" : [
        "GraphQLer"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.42s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.10s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.47s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/7] Compiling GraphQLer GraphQL.swift
/host/spi-builder-workspace/Sources/GraphQLer/GraphQL.swift:139:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'SelectionSet' may have shared mutable state; this is an error in the Swift 6 language mode
127 | ///
128 | /// - SeeAlso: [2.4 Selection Sets](https://spec.graphql.org/June2018/#sec-Selection-Sets)
129 | public struct SelectionSet {
    |               `- note: consider making struct 'SelectionSet' conform to the 'Sendable' protocol
130 |     /// The selections contained in this set. May be empty.
131 |     public var selections: [Selection]
    :
137 |
138 |     /// An empty `SelectionSet`.
139 |     public static let empty = SelectionSet(selections: [])
    |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'SelectionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
140 | }
141 |
/host/spi-builder-workspace/Sources/GraphQLer/GraphQL.swift:197:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Arguments' may have shared mutable state; this is an error in the Swift 6 language mode
175 | ///
176 | /// - SeeAlso: [2.6 Arguments](https://spec.graphql.org/June2018/#sec-Language.Arguments)
177 | public struct Arguments {
    |               `- note: consider making struct 'Arguments' conform to the 'Sendable' protocol
178 |     /// The name-value pairs in this argument list.
179 |     public var args: [(Name, Any)]
    :
195 |
196 |     /// An empty `Arguments` instance.
197 |     public static let empty = Arguments([])
    |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Arguments' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 | }
199 |
[6/7] Emitting module GraphQLer
/host/spi-builder-workspace/Sources/GraphQLer/GraphQL.swift:139:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'SelectionSet' may have shared mutable state; this is an error in the Swift 6 language mode
127 | ///
128 | /// - SeeAlso: [2.4 Selection Sets](https://spec.graphql.org/June2018/#sec-Selection-Sets)
129 | public struct SelectionSet {
    |               `- note: consider making struct 'SelectionSet' conform to the 'Sendable' protocol
130 |     /// The selections contained in this set. May be empty.
131 |     public var selections: [Selection]
    :
137 |
138 |     /// An empty `SelectionSet`.
139 |     public static let empty = SelectionSet(selections: [])
    |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'SelectionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
140 | }
141 |
/host/spi-builder-workspace/Sources/GraphQLer/GraphQL.swift:197:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Arguments' may have shared mutable state; this is an error in the Swift 6 language mode
175 | ///
176 | /// - SeeAlso: [2.6 Arguments](https://spec.graphql.org/June2018/#sec-Language.Arguments)
177 | public struct Arguments {
    |               `- note: consider making struct 'Arguments' conform to the 'Sendable' protocol
178 |     /// The name-value pairs in this argument list.
179 |     public var args: [(Name, Any)]
    :
195 |
196 |     /// An empty `Arguments` instance.
197 |     public static let empty = Arguments([])
    |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Arguments' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 | }
199 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:16:16: warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<String>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 14 |     /// `normal` is a `Stringifier` producing a GraphQL safe, escaped version
 15 |     /// of the input string.
 16 |     static let normal = Stringifier(stringify: InputValueFormat.formatString(_:))
    |                |- warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<String>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 | }
 18 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:21:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Document>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 19 | public extension Stringifier where A == Document {
 20 |     /// `compact` produces a compact representation of the input `Document`.
 21 |     static let compact = Stringifier(stringify: compactDocumentStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Document>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 | }
 23 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:26:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<ExecutableDefinition>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 24 | public extension Stringifier where A == ExecutableDefinition {
 25 |     /// `compact` produces a compact representation of the input `ExecutableDefinition`.
 26 |     static let compact = Stringifier(stringify: compactExecutableDefinitionStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<ExecutableDefinition>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 | }
 28 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:31:16: warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<ValidatedName<NameValidator>>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 29 | public extension Stringifier where A == Name {
 30 |     /// `normal` produces the value of the input `Name`.
 31 |     static let normal = Stringifier(stringify: normalNameStringify)
    |                |- warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<ValidatedName<NameValidator>>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 | }
 33 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:36:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Arguments>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 34 | public extension Stringifier where A == Arguments {
 35 |     /// `compact` produces a compact representation of the input `Arguments`.
 36 |     static let compact = Stringifier(stringify: compactArgsStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Arguments>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 37 | }
 38 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:41:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Field>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 39 | public extension Stringifier where A == Field {
 40 |     /// `compact` produces a compact representation of the input `Field`.
 41 |     static let compact = Stringifier(stringify: compactFieldStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Field>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 | }
 43 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:46:16: warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<ValidatedName<FragmentNameValidator>>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 44 | public extension Stringifier where A == FragmentName {
 45 |     /// `normal` produces a stringified representation of the input `FragmentName`.
 46 |     static let normal = Stringifier(stringify: normalNameStringify)
    |                |- warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<ValidatedName<FragmentNameValidator>>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 47 | }
 48 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:51:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<FragmentSpread>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 49 | public extension Stringifier where A == FragmentSpread {
 50 |     /// `compact` produces a compact representation of the input `FragmentSpread`.
 51 |     static let compact = Stringifier(stringify: compactFragmentSpreadStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<FragmentSpread>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 52 | }
 53 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:56:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<FragmentDefinition>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 54 | public extension Stringifier where A == FragmentDefinition {
 55 |     /// `compact` produces a compact representation of the input `FragmentDefinition`.
 56 |     static let compact = Stringifier(stringify: compactFragmentDefStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<FragmentDefinition>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 | }
 58 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:61:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<InlineFragment>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 59 | public extension Stringifier where A == InlineFragment {
 60 |     /// `compact` produces a compact representation of the input `InlineFragment`.
 61 |     static let compact = Stringifier(stringify: compactInlineFragmentStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<InlineFragment>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 | }
 63 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:66:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Operation>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 64 | public extension Stringifier where A == Operation {
 65 |     /// `compact` produces a compact representation of the input `Operation`.
 66 |     static let compact = Stringifier(stringify: compactOpStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Operation>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 | }
 68 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:71:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Selection>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 69 | public extension Stringifier where A == Selection {
 70 |     /// `compact` produces a compact representation of the input `Selection`.
 71 |     static let compact = Stringifier(stringify: compactSelectionStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Selection>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 | }
 73 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:76:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<SelectionSet>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 74 | public extension Stringifier where A == SelectionSet {
 75 |     /// `compact` produces a compact representation of the input `SelectionSet`.
 76 |     static let compact = Stringifier(stringify: compactSelSetStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<SelectionSet>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 77 | }
 78 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:81:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<ObjectValue>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 79 | public extension Stringifier where A == ObjectValue {
 80 |     /// `compact` produces a compact representation of the input `ObjectValue`.
 81 |     static let compact = Stringifier(stringify: compactObjectValueStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<ObjectValue>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 | }
 83 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:86:16: warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<Variable>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 84 | public extension Stringifier where A == Variable {
 85 |     /// `normal` produces a stringified representation of the input `Variable`.
 86 |     static let normal = Stringifier(stringify: normalVariableStringify)
    |                |- warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<Variable>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 87 | }
 88 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:91:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<TypeReference>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 89 | public extension Stringifier where A == TypeReference {
 90 |     /// `compact` produces a compact representation of the input `TypeReference`.
 91 |     static let compact = Stringifier(stringify: compactTypeReferenceStringify(typeRef:))
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<TypeReference>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 | }
 93 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:96:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<VariableDefinition>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 94 | public extension Stringifier where A == VariableDefinition {
 95 |     /// `compact` produces a compact representation of the input `VariableDefinition`.
 96 |     static let compact = Stringifier(stringify: compactVariableDefinitionStringify(vdef:))
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<VariableDefinition>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 97 | }
 98 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:101:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Directive>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 99 | public extension Stringifier where A == Directive {
100 |     /// `compact` produces a compact representation of the input `Directive`.
101 |     static let compact = Stringifier(stringify: compactDirectiveStringify(directive:))
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Directive>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | }
103 |
[7/7] Compiling GraphQLer Stringify.swift
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:16:16: warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<String>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 14 |     /// `normal` is a `Stringifier` producing a GraphQL safe, escaped version
 15 |     /// of the input string.
 16 |     static let normal = Stringifier(stringify: InputValueFormat.formatString(_:))
    |                |- warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<String>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 | }
 18 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:21:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Document>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 19 | public extension Stringifier where A == Document {
 20 |     /// `compact` produces a compact representation of the input `Document`.
 21 |     static let compact = Stringifier(stringify: compactDocumentStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Document>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 | }
 23 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:26:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<ExecutableDefinition>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 24 | public extension Stringifier where A == ExecutableDefinition {
 25 |     /// `compact` produces a compact representation of the input `ExecutableDefinition`.
 26 |     static let compact = Stringifier(stringify: compactExecutableDefinitionStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<ExecutableDefinition>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 | }
 28 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:31:16: warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<ValidatedName<NameValidator>>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 29 | public extension Stringifier where A == Name {
 30 |     /// `normal` produces the value of the input `Name`.
 31 |     static let normal = Stringifier(stringify: normalNameStringify)
    |                |- warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<ValidatedName<NameValidator>>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 | }
 33 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:36:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Arguments>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 34 | public extension Stringifier where A == Arguments {
 35 |     /// `compact` produces a compact representation of the input `Arguments`.
 36 |     static let compact = Stringifier(stringify: compactArgsStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Arguments>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 37 | }
 38 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:41:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Field>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 39 | public extension Stringifier where A == Field {
 40 |     /// `compact` produces a compact representation of the input `Field`.
 41 |     static let compact = Stringifier(stringify: compactFieldStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Field>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 | }
 43 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:46:16: warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<ValidatedName<FragmentNameValidator>>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 44 | public extension Stringifier where A == FragmentName {
 45 |     /// `normal` produces a stringified representation of the input `FragmentName`.
 46 |     static let normal = Stringifier(stringify: normalNameStringify)
    |                |- warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<ValidatedName<FragmentNameValidator>>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 47 | }
 48 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:51:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<FragmentSpread>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 49 | public extension Stringifier where A == FragmentSpread {
 50 |     /// `compact` produces a compact representation of the input `FragmentSpread`.
 51 |     static let compact = Stringifier(stringify: compactFragmentSpreadStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<FragmentSpread>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 52 | }
 53 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:56:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<FragmentDefinition>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 54 | public extension Stringifier where A == FragmentDefinition {
 55 |     /// `compact` produces a compact representation of the input `FragmentDefinition`.
 56 |     static let compact = Stringifier(stringify: compactFragmentDefStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<FragmentDefinition>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 | }
 58 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:61:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<InlineFragment>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 59 | public extension Stringifier where A == InlineFragment {
 60 |     /// `compact` produces a compact representation of the input `InlineFragment`.
 61 |     static let compact = Stringifier(stringify: compactInlineFragmentStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<InlineFragment>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 | }
 63 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:66:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Operation>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 64 | public extension Stringifier where A == Operation {
 65 |     /// `compact` produces a compact representation of the input `Operation`.
 66 |     static let compact = Stringifier(stringify: compactOpStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Operation>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 | }
 68 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:71:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Selection>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 69 | public extension Stringifier where A == Selection {
 70 |     /// `compact` produces a compact representation of the input `Selection`.
 71 |     static let compact = Stringifier(stringify: compactSelectionStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Selection>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 | }
 73 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:76:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<SelectionSet>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 74 | public extension Stringifier where A == SelectionSet {
 75 |     /// `compact` produces a compact representation of the input `SelectionSet`.
 76 |     static let compact = Stringifier(stringify: compactSelSetStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<SelectionSet>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 77 | }
 78 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:81:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<ObjectValue>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 79 | public extension Stringifier where A == ObjectValue {
 80 |     /// `compact` produces a compact representation of the input `ObjectValue`.
 81 |     static let compact = Stringifier(stringify: compactObjectValueStringify)
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<ObjectValue>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 | }
 83 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:86:16: warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<Variable>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 84 | public extension Stringifier where A == Variable {
 85 |     /// `normal` produces a stringified representation of the input `Variable`.
 86 |     static let normal = Stringifier(stringify: normalVariableStringify)
    |                |- warning: static property 'normal' is not concurrency-safe because non-'Sendable' type 'Stringifier<Variable>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 87 | }
 88 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:91:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<TypeReference>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 89 | public extension Stringifier where A == TypeReference {
 90 |     /// `compact` produces a compact representation of the input `TypeReference`.
 91 |     static let compact = Stringifier(stringify: compactTypeReferenceStringify(typeRef:))
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<TypeReference>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 | }
 93 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:96:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<VariableDefinition>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 94 | public extension Stringifier where A == VariableDefinition {
 95 |     /// `compact` produces a compact representation of the input `VariableDefinition`.
 96 |     static let compact = Stringifier(stringify: compactVariableDefinitionStringify(vdef:))
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<VariableDefinition>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 97 | }
 98 |
/host/spi-builder-workspace/Sources/GraphQLer/Stringify.swift:101:16: warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Directive>' may have shared mutable state; this is an error in the Swift 6 language mode
  6 | /// whereas things called `compact` produce a compact representation where a
  7 | /// more expanded, indented, multi-line version would also be a reasonable choice.
  8 | public struct Stringifier<A> {
    |               `- note: consider making generic struct 'Stringifier' conform to the 'Sendable' protocol
  9 |     /// A closure that converts an `A` to a `String`.
 10 |     public var stringify: (A) throws -> String
    :
 99 | public extension Stringifier where A == Directive {
100 |     /// `compact` produces a compact representation of the input `Directive`.
101 |     static let compact = Stringifier(stringify: compactDirectiveStringify(directive:))
    |                |- warning: static property 'compact' is not concurrency-safe because non-'Sendable' type 'Stringifier<Directive>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'compact' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | }
103 |
Build complete! (21.86s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "GraphQLer",
  "name" : "GraphQLer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GraphQLer",
      "targets" : [
        "GraphQLer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphQLer",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLer",
      "path" : "Sources/GraphQLer",
      "product_memberships" : [
        "GraphQLer"
      ],
      "sources" : [
        "GraphQL.swift",
        "Stringify.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphQLTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLTests",
      "path" : "Tests/GraphQLTests",
      "sources" : [
        "GraphQLTests.swift"
      ],
      "target_dependencies" : [
        "GraphQLer"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.7"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.