The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Artemis, reference main (e891cc), with Swift 6.1 for Wasm on 28 May 2025 04:03:46 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Saelyria/Artemis.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/Saelyria/Artemis
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e891cc8 Merge pull request #5 from Saelyria/develop
Cloned https://github.com/Saelyria/Artemis.git
Revision (git rev-parse @):
e891cc8e0dca8f4c7529ae78db252a3d23e94dc9
SUCCESS checkout https://github.com/Saelyria/Artemis.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Saelyria/Artemis.git
https://github.com/Saelyria/Artemis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Artemis",
  "name" : "Artemis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Artemis",
      "targets" : [
        "Artemis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ArtemisTests",
      "module_type" : "SwiftTarget",
      "name" : "ArtemisTests",
      "path" : "Tests/ArtemisTests",
      "sources" : [
        "Other/ConditionalTests.swift",
        "Other/MaxSelectionTests.swift",
        "Other/MiscellaneousTests.swift",
        "TestInterface1/TestInterface1_Bool_TypeTests.swift",
        "TestInterface1/TestInterface1_Double_TypeTests.swift",
        "TestInterface1/TestInterface1_Float_TypeTests.swift",
        "TestInterface1/TestInterface1_Int_TypeTests.swift",
        "TestInterface1/TestInterface1_String_TypeTests.swift",
        "TestInterface1/TestInterface1_TestEnum_TypeTests.swift",
        "TestInterface1/TestInterface1_TestObject_TypeTests.swift",
        "TestInterface2/TestInterface2_Bool_TypeTests.swift",
        "TestInterface2/TestInterface2_Double_TypeTests.swift",
        "TestInterface2/TestInterface2_Float_TypeTests.swift",
        "TestInterface2/TestInterface2_Int_TypeTests.swift",
        "TestInterface2/TestInterface2_String_TypeTests.swift",
        "TestInterface2/TestInterface2_TestEnum_TypeTests.swift",
        "TestInterface2/TestInterface2_TestObject_TypeTests.swift",
        "TestInterface3/TestInterface3_Bool_TypeTests.swift",
        "TestInterface3/TestInterface3_Double_TypeTests.swift",
        "TestInterface3/TestInterface3_Float_TypeTests.swift",
        "TestInterface3/TestInterface3_Int_TypeTests.swift",
        "TestInterface3/TestInterface3_String_TypeTests.swift",
        "TestInterface3/TestInterface3_TestEnum_TypeTests.swift",
        "TestInterface3/TestInterface3_TestObject_TypeTests.swift",
        "TestInterface4/TestInterface4_Bool_TypeTests.swift",
        "TestInterface4/TestInterface4_Double_TypeTests.swift",
        "TestInterface4/TestInterface4_Float_TypeTests.swift",
        "TestInterface4/TestInterface4_Int_TypeTests.swift",
        "TestInterface4/TestInterface4_String_TypeTests.swift",
        "TestInterface4/TestInterface4_TestEnum_TypeTests.swift",
        "TestInterface4/TestInterface4_TestObject_TypeTests.swift",
        "TestInterface5/TestInterface5_Bool_TypeTests.swift",
        "TestInterface5/TestInterface5_Double_TypeTests.swift",
        "TestInterface5/TestInterface5_Float_TypeTests.swift",
        "TestInterface5/TestInterface5_Int_TypeTests.swift",
        "TestInterface5/TestInterface5_String_TypeTests.swift",
        "TestInterface5/TestInterface5_TestEnum_TypeTests.swift",
        "TestInterface5/TestInterface5_TestObject_TypeTests.swift",
        "TestObject/TestObject_Bool_TypeTests.swift",
        "TestObject/TestObject_Double_TypeTests.swift",
        "TestObject/TestObject_Float_TypeTests.swift",
        "TestObject/TestObject_Int_TypeTests.swift",
        "TestObject/TestObject_String_TypeTests.swift",
        "TestObject/TestObject_TestEnum_TypeTests.swift",
        "TestObject/TestObject_TestObject_TypeTests.swift",
        "TypeTestCases.swift",
        "Utilities/Schema+Defaults.swift",
        "Utilities/Schema.swift",
        "Utilities/Utilities.swift"
      ],
      "target_dependencies" : [
        "Artemis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Artemis",
      "module_type" : "SwiftTarget",
      "name" : "Artemis",
      "path" : "Sources/Artemis",
      "product_memberships" : [
        "Artemis"
      ],
      "sources" : [
        "1. Describing/Array+Schema.swift",
        "1. Describing/Field.swift",
        "1. Describing/Object.swift",
        "1. Describing/Optional+Schema.swift",
        "1. Describing/Scalar.swift",
        "1. Describing/Schema.swift",
        "2. Selecting/Fragment.swift",
        "2. Selecting/_ArgumentEncoder.swift",
        "2. Selecting/_Selection.swift",
        "2. Selecting/_SelectionInputOutput.swift",
        "2. Selecting/_SelectionSet.swift",
        "2. Selecting/_SelectionSetBuilder.swift",
        "2. Selecting/_Selector.swift",
        "3. Handling/Client.swift",
        "3. Handling/HTTPNetworkingDelegate.swift",
        "3. Handling/Partial+I1.swift",
        "3. Handling/Partial+I2.swift",
        "3. Handling/Partial+I3.swift",
        "3. Handling/Partial+I4.swift",
        "3. Handling/Partial+I5.swift",
        "3. Handling/Partial.swift",
        "3. Handling/_Operation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/23] Emitting module Artemis
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Field.swift:68:13: warning: var 'cachedArgListsForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | /// For optimization, instantiated `ArgumentsList` objects are stored here under the string names of their parent
67 | /// `ArgumentsList` types.
68 | private var cachedArgListsForTypes: [String: Any] = [:]
   |             |- warning: var 'cachedArgListsForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'cachedArgListsForTypes' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'cachedArgListsForTypes' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 | /// Since there's no way to get string names for `KeyPath` instances, we store them here after pulling them from
70 | /// `Argument` instances, under the string names of their parent `ArgumentsList` types. The `AnyKeyPath`s here are paths
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Field.swift:72:13: warning: var 'nameStringsForArgumentKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
70 | /// `Argument` instances, under the string names of their parent `ArgumentsList` types. The `AnyKeyPath`s here are paths
71 | ///  on the `ArgumentsList`, and the `String` value returned is the string name of the keypath we can use with GraphQL.
72 | private var nameStringsForArgumentKeyPaths: [String: [AnyKeyPath: String]] = [:]
   |             |- warning: var 'nameStringsForArgumentKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'nameStringsForArgumentKeyPaths' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'nameStringsForArgumentKeyPaths' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 |
74 | /**
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Object.swift:29:13: warning: var 'cachedSchemasForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 27 | /// For optimization, instantiated `Object.SubSchema` objects are stored here under the string names of their parent
 28 | /// `Object` types.
 29 | private var cachedSchemasForTypes: [String: Any] = [:]
    |             |- warning: var 'cachedSchemasForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'cachedSchemasForTypes' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'cachedSchemasForTypes' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 | /// Since there's no way to get string names for `KeyPath` instances, we store them here after pulling them from
 31 | /// `Field` instances, under the string names of their parent `Object` types. The `AnyKeyPath`s here are paths on the
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Object.swift:33:13: warning: var 'keyStringsForSchemaKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 31 | /// `Field` instances, under the string names of their parent `Object` types. The `AnyKeyPath`s here are paths on the
 32 | /// `Object.SubSchema`, and the `String` value returned is the string name of the keypath we can use with GraphQL.
 33 | private var keyStringsForSchemaKeyPaths: [String: [AnyKeyPath: String]] = [:]
    |             |- warning: var 'keyStringsForSchemaKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'keyStringsForSchemaKeyPaths' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'keyStringsForSchemaKeyPaths' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |
 35 | extension Object {
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:37:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | extension Optional: Input where Wrapped: Input { }
36 |
37 | extension Optional: RawRepresentable where Wrapped: RawRepresentable, Wrapped.RawValue == String {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |     public init?(rawValue: String) {
39 |         if let wrapped = Wrapped(rawValue: rawValue) {
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:53:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 | }
52 |
53 | extension Optional: CaseIterable where Wrapped: Enum {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |     public typealias AllCases = [Self]
55 |
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:259:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
257 |      An object that can be used to add an alias or arguments to a scalar field selection made with a `_Selector`.
258 |      */
259 |     public struct _AliasSelector<T: Object, FieldVal, Value: Scalar, Args: ArgumentsList> {
    |                                  `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
260 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
261 |
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:292:40: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
290 |      An object that can be used to add an alias or arguments to an object field selection made with a `_Selector`.
291 |      */
292 |     public struct _AliasObjectSelector<T: Object, R, FieldVal, Value: Object, Args: ArgumentsList> {
    |                                        `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
293 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
294 |
/host/spi-builder-workspace/Sources/Artemis/3. Handling/Client.swift:57:38: error: cannot find type 'URLRequest' in scope
 55 |         endpoint: URL,
 56 |         method: HTTPNetworkingDelegate.Method = .post,
 57 |         requestBuilder: ((_ request: URLRequest) -> Void)? = nil
    |                                      `- error: cannot find type 'URLRequest' in scope
 58 |     ) {
 59 | 		self.networkDelegate = HTTPNetworkingDelegate(endpoint: endpoint, method: method)
[4/25] Compiling Artemis Partial.swift
[5/25] Compiling Artemis _Operation.swift
[6/25] Compiling Artemis Partial+I1.swift
[7/25] Compiling Artemis Partial+I2.swift
[8/25] Compiling Artemis Partial+I3.swift
[9/25] Compiling Artemis Fragment.swift
[10/25] Compiling Artemis _ArgumentEncoder.swift
[11/25] Compiling Artemis _Selection.swift
[12/25] Compiling Artemis Partial+I4.swift
[13/25] Compiling Artemis Partial+I5.swift
[14/25] Compiling Artemis Array+Schema.swift
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Field.swift:68:13: warning: var 'cachedArgListsForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | /// For optimization, instantiated `ArgumentsList` objects are stored here under the string names of their parent
67 | /// `ArgumentsList` types.
68 | private var cachedArgListsForTypes: [String: Any] = [:]
   |             |- warning: var 'cachedArgListsForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'cachedArgListsForTypes' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'cachedArgListsForTypes' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 | /// Since there's no way to get string names for `KeyPath` instances, we store them here after pulling them from
70 | /// `Argument` instances, under the string names of their parent `ArgumentsList` types. The `AnyKeyPath`s here are paths
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Field.swift:72:13: warning: var 'nameStringsForArgumentKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
70 | /// `Argument` instances, under the string names of their parent `ArgumentsList` types. The `AnyKeyPath`s here are paths
71 | ///  on the `ArgumentsList`, and the `String` value returned is the string name of the keypath we can use with GraphQL.
72 | private var nameStringsForArgumentKeyPaths: [String: [AnyKeyPath: String]] = [:]
   |             |- warning: var 'nameStringsForArgumentKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'nameStringsForArgumentKeyPaths' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'nameStringsForArgumentKeyPaths' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 |
74 | /**
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Object.swift:29:13: warning: var 'cachedSchemasForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 27 | /// For optimization, instantiated `Object.SubSchema` objects are stored here under the string names of their parent
 28 | /// `Object` types.
 29 | private var cachedSchemasForTypes: [String: Any] = [:]
    |             |- warning: var 'cachedSchemasForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'cachedSchemasForTypes' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'cachedSchemasForTypes' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 | /// Since there's no way to get string names for `KeyPath` instances, we store them here after pulling them from
 31 | /// `Field` instances, under the string names of their parent `Object` types. The `AnyKeyPath`s here are paths on the
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Object.swift:33:13: warning: var 'keyStringsForSchemaKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 31 | /// `Field` instances, under the string names of their parent `Object` types. The `AnyKeyPath`s here are paths on the
 32 | /// `Object.SubSchema`, and the `String` value returned is the string name of the keypath we can use with GraphQL.
 33 | private var keyStringsForSchemaKeyPaths: [String: [AnyKeyPath: String]] = [:]
    |             |- warning: var 'keyStringsForSchemaKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'keyStringsForSchemaKeyPaths' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'keyStringsForSchemaKeyPaths' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |
 35 | extension Object {
[15/25] Compiling Artemis Field.swift
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Field.swift:68:13: warning: var 'cachedArgListsForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | /// For optimization, instantiated `ArgumentsList` objects are stored here under the string names of their parent
67 | /// `ArgumentsList` types.
68 | private var cachedArgListsForTypes: [String: Any] = [:]
   |             |- warning: var 'cachedArgListsForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'cachedArgListsForTypes' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'cachedArgListsForTypes' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 | /// Since there's no way to get string names for `KeyPath` instances, we store them here after pulling them from
70 | /// `Argument` instances, under the string names of their parent `ArgumentsList` types. The `AnyKeyPath`s here are paths
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Field.swift:72:13: warning: var 'nameStringsForArgumentKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
70 | /// `Argument` instances, under the string names of their parent `ArgumentsList` types. The `AnyKeyPath`s here are paths
71 | ///  on the `ArgumentsList`, and the `String` value returned is the string name of the keypath we can use with GraphQL.
72 | private var nameStringsForArgumentKeyPaths: [String: [AnyKeyPath: String]] = [:]
   |             |- warning: var 'nameStringsForArgumentKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'nameStringsForArgumentKeyPaths' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'nameStringsForArgumentKeyPaths' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 |
74 | /**
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Object.swift:29:13: warning: var 'cachedSchemasForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 27 | /// For optimization, instantiated `Object.SubSchema` objects are stored here under the string names of their parent
 28 | /// `Object` types.
 29 | private var cachedSchemasForTypes: [String: Any] = [:]
    |             |- warning: var 'cachedSchemasForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'cachedSchemasForTypes' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'cachedSchemasForTypes' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 | /// Since there's no way to get string names for `KeyPath` instances, we store them here after pulling them from
 31 | /// `Field` instances, under the string names of their parent `Object` types. The `AnyKeyPath`s here are paths on the
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Object.swift:33:13: warning: var 'keyStringsForSchemaKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 31 | /// `Field` instances, under the string names of their parent `Object` types. The `AnyKeyPath`s here are paths on the
 32 | /// `Object.SubSchema`, and the `String` value returned is the string name of the keypath we can use with GraphQL.
 33 | private var keyStringsForSchemaKeyPaths: [String: [AnyKeyPath: String]] = [:]
    |             |- warning: var 'keyStringsForSchemaKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'keyStringsForSchemaKeyPaths' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'keyStringsForSchemaKeyPaths' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |
 35 | extension Object {
[16/25] Compiling Artemis Object.swift
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Field.swift:68:13: warning: var 'cachedArgListsForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | /// For optimization, instantiated `ArgumentsList` objects are stored here under the string names of their parent
67 | /// `ArgumentsList` types.
68 | private var cachedArgListsForTypes: [String: Any] = [:]
   |             |- warning: var 'cachedArgListsForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'cachedArgListsForTypes' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'cachedArgListsForTypes' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 | /// Since there's no way to get string names for `KeyPath` instances, we store them here after pulling them from
70 | /// `Argument` instances, under the string names of their parent `ArgumentsList` types. The `AnyKeyPath`s here are paths
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Field.swift:72:13: warning: var 'nameStringsForArgumentKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
70 | /// `Argument` instances, under the string names of their parent `ArgumentsList` types. The `AnyKeyPath`s here are paths
71 | ///  on the `ArgumentsList`, and the `String` value returned is the string name of the keypath we can use with GraphQL.
72 | private var nameStringsForArgumentKeyPaths: [String: [AnyKeyPath: String]] = [:]
   |             |- warning: var 'nameStringsForArgumentKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'nameStringsForArgumentKeyPaths' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'nameStringsForArgumentKeyPaths' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 |
74 | /**
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Object.swift:29:13: warning: var 'cachedSchemasForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 27 | /// For optimization, instantiated `Object.SubSchema` objects are stored here under the string names of their parent
 28 | /// `Object` types.
 29 | private var cachedSchemasForTypes: [String: Any] = [:]
    |             |- warning: var 'cachedSchemasForTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'cachedSchemasForTypes' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'cachedSchemasForTypes' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 | /// Since there's no way to get string names for `KeyPath` instances, we store them here after pulling them from
 31 | /// `Field` instances, under the string names of their parent `Object` types. The `AnyKeyPath`s here are paths on the
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Object.swift:33:13: warning: var 'keyStringsForSchemaKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 31 | /// `Field` instances, under the string names of their parent `Object` types. The `AnyKeyPath`s here are paths on the
 32 | /// `Object.SubSchema`, and the `String` value returned is the string name of the keypath we can use with GraphQL.
 33 | private var keyStringsForSchemaKeyPaths: [String: [AnyKeyPath: String]] = [:]
    |             |- warning: var 'keyStringsForSchemaKeyPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'keyStringsForSchemaKeyPaths' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'keyStringsForSchemaKeyPaths' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |
 35 | extension Object {
[17/25] Compiling Artemis Optional+Schema.swift
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:37:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | extension Optional: Input where Wrapped: Input { }
36 |
37 | extension Optional: RawRepresentable where Wrapped: RawRepresentable, Wrapped.RawValue == String {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |     public init?(rawValue: String) {
39 |         if let wrapped = Wrapped(rawValue: rawValue) {
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:53:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 | }
52 |
53 | extension Optional: CaseIterable where Wrapped: Enum {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |     public typealias AllCases = [Self]
55 |
[18/25] Compiling Artemis Scalar.swift
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:37:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | extension Optional: Input where Wrapped: Input { }
36 |
37 | extension Optional: RawRepresentable where Wrapped: RawRepresentable, Wrapped.RawValue == String {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |     public init?(rawValue: String) {
39 |         if let wrapped = Wrapped(rawValue: rawValue) {
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:53:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 | }
52 |
53 | extension Optional: CaseIterable where Wrapped: Enum {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |     public typealias AllCases = [Self]
55 |
[19/25] Compiling Artemis Schema.swift
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:37:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | extension Optional: Input where Wrapped: Input { }
36 |
37 | extension Optional: RawRepresentable where Wrapped: RawRepresentable, Wrapped.RawValue == String {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |     public init?(rawValue: String) {
39 |         if let wrapped = Wrapped(rawValue: rawValue) {
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:53:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 | }
52 |
53 | extension Optional: CaseIterable where Wrapped: Enum {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |     public typealias AllCases = [Self]
55 |
[20/25] Compiling Artemis _SelectionInputOutput.swift
[21/25] Compiling Artemis _SelectionSet.swift
[22/25] Compiling Artemis _SelectionSetBuilder.swift
[23/25] Compiling Artemis _Selector.swift
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:259:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
257 |      An object that can be used to add an alias or arguments to a scalar field selection made with a `_Selector`.
258 |      */
259 |     public struct _AliasSelector<T: Object, FieldVal, Value: Scalar, Args: ArgumentsList> {
    |                                  `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
260 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
261 |
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:292:40: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
290 |      An object that can be used to add an alias or arguments to an object field selection made with a `_Selector`.
291 |      */
292 |     public struct _AliasObjectSelector<T: Object, R, FieldVal, Value: Object, Args: ArgumentsList> {
    |                                        `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
293 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
294 |
/host/spi-builder-workspace/Sources/Artemis/3. Handling/Client.swift:57:38: error: cannot find type 'URLRequest' in scope
 55 |         endpoint: URL,
 56 |         method: HTTPNetworkingDelegate.Method = .post,
 57 |         requestBuilder: ((_ request: URLRequest) -> Void)? = nil
    |                                      `- error: cannot find type 'URLRequest' in scope
 58 |     ) {
 59 | 		self.networkDelegate = HTTPNetworkingDelegate(endpoint: endpoint, method: method)
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:20:16: error: cannot find type 'URLRequest' in scope
18 |
19 | 	public func send(document: String, completion: @escaping (Result<Data, Error>) -> Void) {
20 | 		var request: URLRequest
   |                `- error: cannot find type 'URLRequest' in scope
21 |
22 | 		switch self.method {
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:24:14: error: cannot find 'URLRequest' in scope
22 | 		switch self.method {
23 | 		case .post:
24 | 			request = URLRequest(url: self.endpoint)
   |              `- error: cannot find 'URLRequest' in scope
25 | 			request.httpMethod = "POST"
26 | 			request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:41:14: error: cannot find 'URLRequest' in scope
39 |                 return
40 |             }
41 | 			request = URLRequest(url: url)
   |              `- error: cannot find 'URLRequest' in scope
42 | 			request.httpMethod = "GET"
43 | 			request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:46:14: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | 		}
45 |
46 | 		URLSession.shared.dataTask(with: request) { data, response, error in
   |              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | 			guard let data = data else {
48 | 				completion(.failure(error ?? GraphQLError.invalidOperation))
[24/25] Compiling Artemis Client.swift
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:259:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
257 |      An object that can be used to add an alias or arguments to a scalar field selection made with a `_Selector`.
258 |      */
259 |     public struct _AliasSelector<T: Object, FieldVal, Value: Scalar, Args: ArgumentsList> {
    |                                  `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
260 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
261 |
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:292:40: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
290 |      An object that can be used to add an alias or arguments to an object field selection made with a `_Selector`.
291 |      */
292 |     public struct _AliasObjectSelector<T: Object, R, FieldVal, Value: Object, Args: ArgumentsList> {
    |                                        `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
293 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
294 |
/host/spi-builder-workspace/Sources/Artemis/3. Handling/Client.swift:57:38: error: cannot find type 'URLRequest' in scope
 55 |         endpoint: URL,
 56 |         method: HTTPNetworkingDelegate.Method = .post,
 57 |         requestBuilder: ((_ request: URLRequest) -> Void)? = nil
    |                                      `- error: cannot find type 'URLRequest' in scope
 58 |     ) {
 59 | 		self.networkDelegate = HTTPNetworkingDelegate(endpoint: endpoint, method: method)
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:20:16: error: cannot find type 'URLRequest' in scope
18 |
19 | 	public func send(document: String, completion: @escaping (Result<Data, Error>) -> Void) {
20 | 		var request: URLRequest
   |                `- error: cannot find type 'URLRequest' in scope
21 |
22 | 		switch self.method {
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:24:14: error: cannot find 'URLRequest' in scope
22 | 		switch self.method {
23 | 		case .post:
24 | 			request = URLRequest(url: self.endpoint)
   |              `- error: cannot find 'URLRequest' in scope
25 | 			request.httpMethod = "POST"
26 | 			request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:41:14: error: cannot find 'URLRequest' in scope
39 |                 return
40 |             }
41 | 			request = URLRequest(url: url)
   |              `- error: cannot find 'URLRequest' in scope
42 | 			request.httpMethod = "GET"
43 | 			request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:46:14: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | 		}
45 |
46 | 		URLSession.shared.dataTask(with: request) { data, response, error in
   |              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | 			guard let data = data else {
48 | 				completion(.failure(error ?? GraphQLError.invalidOperation))
[25/25] Compiling Artemis HTTPNetworkingDelegate.swift
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:259:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
257 |      An object that can be used to add an alias or arguments to a scalar field selection made with a `_Selector`.
258 |      */
259 |     public struct _AliasSelector<T: Object, FieldVal, Value: Scalar, Args: ArgumentsList> {
    |                                  `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
260 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
261 |
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:292:40: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
290 |      An object that can be used to add an alias or arguments to an object field selection made with a `_Selector`.
291 |      */
292 |     public struct _AliasObjectSelector<T: Object, R, FieldVal, Value: Object, Args: ArgumentsList> {
    |                                        `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
293 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
294 |
/host/spi-builder-workspace/Sources/Artemis/3. Handling/Client.swift:57:38: error: cannot find type 'URLRequest' in scope
 55 |         endpoint: URL,
 56 |         method: HTTPNetworkingDelegate.Method = .post,
 57 |         requestBuilder: ((_ request: URLRequest) -> Void)? = nil
    |                                      `- error: cannot find type 'URLRequest' in scope
 58 |     ) {
 59 | 		self.networkDelegate = HTTPNetworkingDelegate(endpoint: endpoint, method: method)
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:20:16: error: cannot find type 'URLRequest' in scope
18 |
19 | 	public func send(document: String, completion: @escaping (Result<Data, Error>) -> Void) {
20 | 		var request: URLRequest
   |                `- error: cannot find type 'URLRequest' in scope
21 |
22 | 		switch self.method {
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:24:14: error: cannot find 'URLRequest' in scope
22 | 		switch self.method {
23 | 		case .post:
24 | 			request = URLRequest(url: self.endpoint)
   |              `- error: cannot find 'URLRequest' in scope
25 | 			request.httpMethod = "POST"
26 | 			request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:41:14: error: cannot find 'URLRequest' in scope
39 |                 return
40 |             }
41 | 			request = URLRequest(url: url)
   |              `- error: cannot find 'URLRequest' in scope
42 | 			request.httpMethod = "GET"
43 | 			request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:46:14: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | 		}
45 |
46 | 		URLSession.shared.dataTask(with: request) { data, response, error in
   |              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | 			guard let data = data else {
48 | 				completion(.failure(error ?? GraphQLError.invalidOperation))
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/22] Emitting module Artemis
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:37:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | extension Optional: Input where Wrapped: Input { }
36 |
37 | extension Optional: RawRepresentable where Wrapped: RawRepresentable, Wrapped.RawValue == String {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |     public init?(rawValue: String) {
39 |         if let wrapped = Wrapped(rawValue: rawValue) {
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:53:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 | }
52 |
53 | extension Optional: CaseIterable where Wrapped: Enum {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |     public typealias AllCases = [Self]
55 |
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:259:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
257 |      An object that can be used to add an alias or arguments to a scalar field selection made with a `_Selector`.
258 |      */
259 |     public struct _AliasSelector<T: Object, FieldVal, Value: Scalar, Args: ArgumentsList> {
    |                                  `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
260 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
261 |
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:292:40: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
290 |      An object that can be used to add an alias or arguments to an object field selection made with a `_Selector`.
291 |      */
292 |     public struct _AliasObjectSelector<T: Object, R, FieldVal, Value: Object, Args: ArgumentsList> {
    |                                        `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
293 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
294 |
/host/spi-builder-workspace/Sources/Artemis/3. Handling/Client.swift:57:38: error: cannot find type 'URLRequest' in scope
 55 |         endpoint: URL,
 56 |         method: HTTPNetworkingDelegate.Method = .post,
 57 |         requestBuilder: ((_ request: URLRequest) -> Void)? = nil
    |                                      `- error: cannot find type 'URLRequest' in scope
 58 |     ) {
 59 | 		self.networkDelegate = HTTPNetworkingDelegate(endpoint: endpoint, method: method)
[3/24] Compiling Artemis Optional+Schema.swift
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:37:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | extension Optional: Input where Wrapped: Input { }
36 |
37 | extension Optional: RawRepresentable where Wrapped: RawRepresentable, Wrapped.RawValue == String {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |     public init?(rawValue: String) {
39 |         if let wrapped = Wrapped(rawValue: rawValue) {
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:53:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 | }
52 |
53 | extension Optional: CaseIterable where Wrapped: Enum {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |     public typealias AllCases = [Self]
55 |
[4/24] Compiling Artemis Scalar.swift
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:37:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | extension Optional: Input where Wrapped: Input { }
36 |
37 | extension Optional: RawRepresentable where Wrapped: RawRepresentable, Wrapped.RawValue == String {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |     public init?(rawValue: String) {
39 |         if let wrapped = Wrapped(rawValue: rawValue) {
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:53:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 | }
52 |
53 | extension Optional: CaseIterable where Wrapped: Enum {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |     public typealias AllCases = [Self]
55 |
[5/24] Compiling Artemis Schema.swift
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:37:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | extension Optional: Input where Wrapped: Input { }
36 |
37 | extension Optional: RawRepresentable where Wrapped: RawRepresentable, Wrapped.RawValue == String {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |     public init?(rawValue: String) {
39 |         if let wrapped = Wrapped(rawValue: rawValue) {
/host/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:53:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 | }
52 |
53 | extension Optional: CaseIterable where Wrapped: Enum {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |     public typealias AllCases = [Self]
55 |
[6/24] Compiling Artemis Partial+I4.swift
[7/24] Compiling Artemis Partial+I5.swift
[8/24] Compiling Artemis Partial+I1.swift
[9/24] Compiling Artemis Partial+I2.swift
[10/24] Compiling Artemis Partial+I3.swift
[11/24] Compiling Artemis Array+Schema.swift
[12/24] Compiling Artemis Field.swift
[13/24] Compiling Artemis Object.swift
[14/24] Compiling Artemis _SelectionInputOutput.swift
[15/24] Compiling Artemis _SelectionSet.swift
[16/24] Compiling Artemis _SelectionSetBuilder.swift
[17/24] Compiling Artemis Fragment.swift
[18/24] Compiling Artemis _ArgumentEncoder.swift
[19/24] Compiling Artemis _Selection.swift
[20/24] Compiling Artemis _Selector.swift
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:259:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
257 |      An object that can be used to add an alias or arguments to a scalar field selection made with a `_Selector`.
258 |      */
259 |     public struct _AliasSelector<T: Object, FieldVal, Value: Scalar, Args: ArgumentsList> {
    |                                  `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
260 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
261 |
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:292:40: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
290 |      An object that can be used to add an alias or arguments to an object field selection made with a `_Selector`.
291 |      */
292 |     public struct _AliasObjectSelector<T: Object, R, FieldVal, Value: Object, Args: ArgumentsList> {
    |                                        `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
293 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
294 |
/host/spi-builder-workspace/Sources/Artemis/3. Handling/Client.swift:57:38: error: cannot find type 'URLRequest' in scope
 55 |         endpoint: URL,
 56 |         method: HTTPNetworkingDelegate.Method = .post,
 57 |         requestBuilder: ((_ request: URLRequest) -> Void)? = nil
    |                                      `- error: cannot find type 'URLRequest' in scope
 58 |     ) {
 59 | 		self.networkDelegate = HTTPNetworkingDelegate(endpoint: endpoint, method: method)
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:20:16: error: cannot find type 'URLRequest' in scope
18 |
19 | 	public func send(document: String, completion: @escaping (Result<Data, Error>) -> Void) {
20 | 		var request: URLRequest
   |                `- error: cannot find type 'URLRequest' in scope
21 |
22 | 		switch self.method {
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:24:14: error: cannot find 'URLRequest' in scope
22 | 		switch self.method {
23 | 		case .post:
24 | 			request = URLRequest(url: self.endpoint)
   |              `- error: cannot find 'URLRequest' in scope
25 | 			request.httpMethod = "POST"
26 | 			request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:41:14: error: cannot find 'URLRequest' in scope
39 |                 return
40 |             }
41 | 			request = URLRequest(url: url)
   |              `- error: cannot find 'URLRequest' in scope
42 | 			request.httpMethod = "GET"
43 | 			request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:46:14: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | 		}
45 |
46 | 		URLSession.shared.dataTask(with: request) { data, response, error in
   |              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | 			guard let data = data else {
48 | 				completion(.failure(error ?? GraphQLError.invalidOperation))
[21/24] Compiling Artemis Client.swift
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:259:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
257 |      An object that can be used to add an alias or arguments to a scalar field selection made with a `_Selector`.
258 |      */
259 |     public struct _AliasSelector<T: Object, FieldVal, Value: Scalar, Args: ArgumentsList> {
    |                                  `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
260 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
261 |
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:292:40: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
290 |      An object that can be used to add an alias or arguments to an object field selection made with a `_Selector`.
291 |      */
292 |     public struct _AliasObjectSelector<T: Object, R, FieldVal, Value: Object, Args: ArgumentsList> {
    |                                        `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
293 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
294 |
/host/spi-builder-workspace/Sources/Artemis/3. Handling/Client.swift:57:38: error: cannot find type 'URLRequest' in scope
 55 |         endpoint: URL,
 56 |         method: HTTPNetworkingDelegate.Method = .post,
 57 |         requestBuilder: ((_ request: URLRequest) -> Void)? = nil
    |                                      `- error: cannot find type 'URLRequest' in scope
 58 |     ) {
 59 | 		self.networkDelegate = HTTPNetworkingDelegate(endpoint: endpoint, method: method)
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:20:16: error: cannot find type 'URLRequest' in scope
18 |
19 | 	public func send(document: String, completion: @escaping (Result<Data, Error>) -> Void) {
20 | 		var request: URLRequest
   |                `- error: cannot find type 'URLRequest' in scope
21 |
22 | 		switch self.method {
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:24:14: error: cannot find 'URLRequest' in scope
22 | 		switch self.method {
23 | 		case .post:
24 | 			request = URLRequest(url: self.endpoint)
   |              `- error: cannot find 'URLRequest' in scope
25 | 			request.httpMethod = "POST"
26 | 			request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:41:14: error: cannot find 'URLRequest' in scope
39 |                 return
40 |             }
41 | 			request = URLRequest(url: url)
   |              `- error: cannot find 'URLRequest' in scope
42 | 			request.httpMethod = "GET"
43 | 			request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:46:14: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | 		}
45 |
46 | 		URLSession.shared.dataTask(with: request) { data, response, error in
   |              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | 			guard let data = data else {
48 | 				completion(.failure(error ?? GraphQLError.invalidOperation))
[22/24] Compiling Artemis HTTPNetworkingDelegate.swift
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:259:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
257 |      An object that can be used to add an alias or arguments to a scalar field selection made with a `_Selector`.
258 |      */
259 |     public struct _AliasSelector<T: Object, FieldVal, Value: Scalar, Args: ArgumentsList> {
    |                                  `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
260 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
261 |
/host/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:292:40: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  6 |  */
  7 | @dynamicMemberLookup
  8 | public class _Selector<T: Object> { }
    |                        `- note: 'T' previously declared here
  9 |
 10 | // MARK: Selecting on Object and Scalar on T
    :
290 |      An object that can be used to add an alias or arguments to an object field selection made with a `_Selector`.
291 |      */
292 |     public struct _AliasObjectSelector<T: Object, R, FieldVal, Value: Object, Args: ArgumentsList> {
    |                                        `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
293 |         let keyPath: KeyPath<T.SubSchema, FieldVal>
294 |
/host/spi-builder-workspace/Sources/Artemis/3. Handling/Client.swift:57:38: error: cannot find type 'URLRequest' in scope
 55 |         endpoint: URL,
 56 |         method: HTTPNetworkingDelegate.Method = .post,
 57 |         requestBuilder: ((_ request: URLRequest) -> Void)? = nil
    |                                      `- error: cannot find type 'URLRequest' in scope
 58 |     ) {
 59 | 		self.networkDelegate = HTTPNetworkingDelegate(endpoint: endpoint, method: method)
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:20:16: error: cannot find type 'URLRequest' in scope
18 |
19 | 	public func send(document: String, completion: @escaping (Result<Data, Error>) -> Void) {
20 | 		var request: URLRequest
   |                `- error: cannot find type 'URLRequest' in scope
21 |
22 | 		switch self.method {
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:24:14: error: cannot find 'URLRequest' in scope
22 | 		switch self.method {
23 | 		case .post:
24 | 			request = URLRequest(url: self.endpoint)
   |              `- error: cannot find 'URLRequest' in scope
25 | 			request.httpMethod = "POST"
26 | 			request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:41:14: error: cannot find 'URLRequest' in scope
39 |                 return
40 |             }
41 | 			request = URLRequest(url: url)
   |              `- error: cannot find 'URLRequest' in scope
42 | 			request.httpMethod = "GET"
43 | 			request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Artemis/3. Handling/HTTPNetworkingDelegate.swift:46:14: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | 		}
45 |
46 | 		URLSession.shared.dataTask(with: request) { data, response, error in
   |              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | 			guard let data = data else {
48 | 				completion(.failure(error ?? GraphQLError.invalidOperation))
[23/24] Compiling Artemis Partial.swift
[24/24] Compiling Artemis _Operation.swift
BUILD FAILURE 6.1 wasm