The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Node, reference master (607aa5), with Swift 6.1 for Linux on 28 Apr 2025 06:32:43 UTC.

Swift 6 data race errors: 11

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/node.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor-community/node
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 607aa59 Merge pull request #104 from rpinz/warnings
Cloned https://github.com/vapor-community/node.git
Revision (git rev-parse @):
607aa595081da496f0f04a5c0cffd976e81d2e4e
SUCCESS checkout https://github.com/vapor-community/node.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/node.git
https://github.com/vapor-community/node.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/core.git"
    },
    {
      "identity" : "bits",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/bits.git"
    },
    {
      "identity" : "debugging",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/debugging.git"
    }
  ],
  "manifest_display_name" : "Node",
  "name" : "Node",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Node",
      "targets" : [
        "Node"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PathIndexable",
      "targets" : [
        "PathIndexable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PathIndexableTests",
      "module_type" : "SwiftTarget",
      "name" : "PathIndexableTests",
      "path" : "Tests/PathIndexableTests",
      "sources" : [
        "PathIndexableTests.swift"
      ],
      "target_dependencies" : [
        "PathIndexable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathIndexable",
      "module_type" : "SwiftTarget",
      "name" : "PathIndexable",
      "path" : "Sources/PathIndexable",
      "product_memberships" : [
        "Node",
        "PathIndexable"
      ],
      "sources" : [
        "PathIndexable+Subscripting.swift",
        "PathIndexable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NodeTests",
      "module_type" : "SwiftTarget",
      "name" : "NodeTests",
      "path" : "Tests/NodeTests",
      "sources" : [
        "BasicConvertibleTests.swift",
        "DictionaryKeyPathTests.swift",
        "NodeBackedTests.swift",
        "NodeDataTypeTests.swift",
        "NodeGetterTests.swift",
        "NodeIndexableTests.swift",
        "NodePolymorphicTests.swift",
        "NodeTests.swift",
        "NumberTests.swift",
        "SequenceConvertibleTests.swift",
        "SettersTests.swift"
      ],
      "target_dependencies" : [
        "Node"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Node",
      "module_type" : "SwiftTarget",
      "name" : "Node",
      "path" : "Sources/Node",
      "product_dependencies" : [
        "Bits",
        "Core"
      ],
      "product_memberships" : [
        "Node"
      ],
      "sources" : [
        "Accessors/Getters.swift",
        "Accessors/Setters.swift",
        "Convertibles/Bool+Convertible.swift",
        "Convertibles/Date+Convertible.swift",
        "Convertibles/FloatingPoint+Convertible.swift",
        "Convertibles/Integer+Convertible.swift",
        "Convertibles/Schema+Convertible.swift",
        "Convertibles/SchemaWrapper+Convertible.swift",
        "Convertibles/String+Convertible.swift",
        "Convertibles/UUID+Convertible.swift",
        "Convertibles/UnsignedInteger+Convertible.swift",
        "Core/Context.swift",
        "Core/Node.swift",
        "Core/NodeConvertible.swift",
        "Core/NodeInitializable.swift",
        "Core/NodeRepresentable.swift",
        "Fuzzy/Array+Convertible.swift",
        "Fuzzy/Dictionary+Convertible.swift",
        "Fuzzy/Fuzzy+Any.swift",
        "Fuzzy/FuzzyConverter.swift",
        "Fuzzy/Optional+Convertible.swift",
        "Fuzzy/Set+Convertible.swift",
        "Number/Number.swift",
        "StructuredData/StructuredData+Equatable.swift",
        "StructuredData/StructuredData+Init.swift",
        "StructuredData/StructuredData+PathIndexable.swift",
        "StructuredData/StructuredData+Polymorphic.swift",
        "StructuredData/StructuredData.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Cases.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Convenience.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Equatable.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Literals.swift",
        "StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Polymorphic.swift",
        "StructuredDataWrapper/StructuredDataWrapper.swift",
        "Utilities/Errors.swift",
        "Utilities/Exports.swift",
        "Utilities/Identifier.swift"
      ],
      "target_dependencies" : [
        "PathIndexable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/debugging.git
Fetching https://github.com/vapor/bits.git
[1/260] Fetching debugging
[261/20403] Fetching debugging, core
[664/20761] Fetching debugging, core, bits
Fetched https://github.com/vapor/bits.git from cache (0.98s)
Fetched https://github.com/vapor/debugging.git from cache (0.98s)
Fetched https://github.com/vapor/core.git from cache (1.00s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (1.51s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.81s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.49s)
Creating working copy for https://github.com/vapor/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.1
warning: 'spi-builder-workspace': dependency 'debugging' is not used by any target
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/32] Emitting module Bits
[9/34] Emitting module PathIndexable
[10/34] Emitting module Debugging
[11/34] Compiling Debugging Debuggable.swift
[12/35] Compiling PathIndexable PathIndexable+Subscripting.swift
[13/35] Compiling PathIndexable PathIndexable.swift
[16/36] Compiling Bits Operators.swift
[17/36] Compiling Bits String+BytesConvertible.swift
[18/36] Compiling Bits UnsignedInteger+BytesConvertible.swift
[19/36] Compiling Bits UnsignedInteger+Shifting.swift
[20/36] Emitting module libc
[21/36] Compiling libc libc.swift
[22/37] Compiling Bits Byte+Random.swift
[23/37] Compiling Bits Byte+UTF8Numbers.swift
[24/37] Compiling Bits ByteSequence+Conversions.swift
[26/37] Compiling Bits Bytes+Percent.swift
[27/37] Compiling Bits BytesConvertible.swift
[28/37] Compiling Bits Data+BytesConvertible.swift
[29/37] Compiling Bits HexEncoder.swift
[30/37] Compiling Bits Aliases.swift
[31/37] Compiling Bits Base64Encoder.swift
[32/37] Compiling Bits Byte+Alphabet.swift
[33/37] Compiling Bits Byte+ControlCharacters.swift
[34/37] Compiling Bits Byte+Convenience.swift
[35/37] Compiling Bits Byte+PatternMatching.swift
[36/37] Compiling Bits Bytes+Base64.swift
[37/37] Compiling Bits Bytes+Hex.swift
[39/60] Emitting module Core
[40/62] Compiling Core Extendable.swift
[41/62] Compiling Core FileProtocol.swift
[42/62] Compiling Core Int+Hex.swift
[43/62] Compiling Core DispatchTime+Utilities.swift
[44/62] Compiling Core EmptyInitializable.swift
[45/62] Compiling Core Exports.swift
[46/62] Compiling Core Collection+Safe.swift
[47/62] Compiling Core DataFile.swift
[48/62] Compiling Core Dispatch.swift
[49/62] Compiling Core Lock.swift
[50/62] Compiling Core Portal.swift
[51/62] Compiling Core RFC1123.swift
[52/62] Compiling Core Array.swift
[53/62] Compiling Core Bits.swift
[54/62] Compiling Core Cache.swift
[55/62] Compiling Core StaticDataBuffer.swift
[56/62] Compiling Core String+CaseInsensitiveCompare.swift
[57/62] Compiling Core String+Polymorphic.swift
[58/62] Compiling Core Result.swift
[59/62] Compiling Core Semaphore.swift
[60/62] Compiling Core Sequence.swift
[61/62] Compiling Core String.swift
[62/62] Compiling Core WorkingDirectory.swift
[64/98] Emitting module Node
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:14:23: warning: static property 'incomingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 12 |         Override for custom implementations
 13 |     */
 14 |     public static var incomingTimestamp: (Node.Number) throws -> Date = {
    |                       |- warning: static property 'incomingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'incomingTimestamp' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'incomingTimestamp' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |         return Date(timeIntervalSince1970: $0.double)
 16 |     }
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:26:23: warning: static property 'outgoingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |         Override for custom implementations.
 25 |     */
 26 |     public static var outgoingTimestamp: (Date) throws -> Node.Number = {
    |                       |- warning: static property 'outgoingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'outgoingTimestamp' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'outgoingTimestamp' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |         return Node.Number($0.timeIntervalSince1970)
 28 |     }
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:36:23: warning: static property 'incomingDateFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 34 |         Override for custom implementations, or to remove supported formats
 35 |     */
 36 |     public static var incomingDateFormatters: [DateFormatter] = [
    |                       |- warning: static property 'incomingDateFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'incomingDateFormatters' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'incomingDateFormatters' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 37 |         .iso8601,
 38 |         .mysql,
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:53:23: warning: static property 'outgoingDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 51 |         the user is responsible for handling their date formatting manually.
 52 |     */
 53 |     public static var outgoingDateFormatter: DateFormatter = .iso8601
    |                       |- warning: static property 'outgoingDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'outgoingDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'outgoingDateFormatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 54 |
 55 |     /**
/host/spi-builder-workspace/Sources/Node/Core/Context.swift:16:12: warning: let 'emptyContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | public protocol Context {}
 8 |
 9 | public final class ObjectContext<K: Hashable, V>: Context {
   |                    `- note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
10 |     public let object: [K: V]
11 |     public init(_ object: [K: V]) {
   :
14 | }
15 |
16 | public let emptyContext = ObjectContext<String, Int>([:])
   |            |- warning: let 'emptyContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: add '@MainActor' to make let 'emptyContext' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
/host/spi-builder-workspace/Sources/Node/Core/Node.swift:2:23: warning: static property 'defaultContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | public struct Node: StructuredDataWrapper {
 2 |     public static let defaultContext = emptyContext
   |                       |- warning: static property 'defaultContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'defaultContext' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 3 |
 4 |     public var wrapped: StructuredData
/host/spi-builder-workspace/Sources/Node/Core/Context.swift:9:20: note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
 7 | public protocol Context {}
 8 |
 9 | public final class ObjectContext<K: Hashable, V>: Context {
   |                    `- note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
10 |     public let object: [K: V]
11 |     public init(_ object: [K: V]) {
/host/spi-builder-workspace/Sources/Node/Fuzzy/FuzzyConverter.swift:12:13: warning: var '_fuzzyTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | }
11 |
12 | private var _fuzzyTypes: [FuzzyConverter.Type] = [Node.self]
   |             |- warning: var '_fuzzyTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert '_fuzzyTypes' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var '_fuzzyTypes' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | extension Node {
/host/spi-builder-workspace/Sources/Node/Number/Number.swift:66:25: warning: static property 'intMax' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 64 |
 65 | extension UInt {
 66 |     internal static var intMax = UInt(Int.max)
    |                         |- warning: static property 'intMax' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'intMax' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'intMax' 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/Node/Utilities/Errors.swift:4:10: warning: associated value 'noFuzzyConverter(item:type:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  2 |
  3 | public enum NodeError: Debuggable {
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
    |          `- warning: associated value 'noFuzzyConverter(item:type:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:6:10: warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
    |          `- warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
  7 | }
  8 |
/host/spi-builder-workspace/Sources/Node/Core/Node.swift:1:15: note: consider making struct 'Node' conform to the 'Sendable' protocol
 1 | public struct Node: StructuredDataWrapper {
   |               `- note: consider making struct 'Node' conform to the 'Sendable' protocol
 2 |     public static let defaultContext = emptyContext
 3 |
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:6:10: warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'any PathIndexer'; this is an error in the Swift 6 language mode
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
    |          `- warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'any PathIndexer'; this is an error in the Swift 6 language mode
  7 | }
  8 |
/host/spi-builder-workspace/Sources/PathIndexable/PathIndexable.swift:36:17: note: protocol 'PathIndexer' does not conform to the 'Sendable' protocol
 34 |  should only be added after very careful consideration.
 35 |  */
 36 | public protocol PathIndexer: CustomStringConvertible {
    |                 `- note: protocol 'PathIndexer' does not conform to the 'Sendable' protocol
 37 |     /**
 38 |         Access for 'self' within the given node,
[65/102] Compiling Node StructuredDataWrapper+Equatable.swift
/host/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
28 |
29 |         // take first context to attempt inference, should all be same
30 |         let context = array.lazy.flatMap { $0.context } .first
   |                                  |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                                  `- note: use 'compactMap(_:)' instead
31 |         self.init(node, in: context)
32 |     }
[66/102] Compiling Node StructuredDataWrapper+Literals.swift
/host/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
28 |
29 |         // take first context to attempt inference, should all be same
30 |         let context = array.lazy.flatMap { $0.context } .first
   |                                  |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                                  `- note: use 'compactMap(_:)' instead
31 |         self.init(node, in: context)
32 |     }
[67/102] Compiling Node StructuredDataWrapper+PathIndexable.swift
/host/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
28 |
29 |         // take first context to attempt inference, should all be same
30 |         let context = array.lazy.flatMap { $0.context } .first
   |                                  |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                                  `- note: use 'compactMap(_:)' instead
31 |         self.init(node, in: context)
32 |     }
[68/102] Compiling Node StructuredDataWrapper+Polymorphic.swift
/host/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
28 |
29 |         // take first context to attempt inference, should all be same
30 |         let context = array.lazy.flatMap { $0.context } .first
   |                                  |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                                  `- note: use 'compactMap(_:)' instead
31 |         self.init(node, in: context)
32 |     }
[69/102] Compiling Node StructuredData+PathIndexable.swift
[70/102] Compiling Node StructuredData+Polymorphic.swift
[71/102] Compiling Node StructuredData.swift
[72/102] Compiling Node StructuredDataWrapper+Cases.swift
[73/102] Compiling Node StructuredDataWrapper+Convenience.swift
[74/102] Compiling Node Integer+Convertible.swift
[75/102] Compiling Node Schema+Convertible.swift
[76/102] Compiling Node SchemaWrapper+Convertible.swift
[77/102] Compiling Node String+Convertible.swift
[78/102] Compiling Node UUID+Convertible.swift
[79/102] Compiling Node UnsignedInteger+Convertible.swift
/host/spi-builder-workspace/Sources/Node/Core/Context.swift:16:12: warning: let 'emptyContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | public protocol Context {}
 8 |
 9 | public final class ObjectContext<K: Hashable, V>: Context {
   |                    `- note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
10 |     public let object: [K: V]
11 |     public init(_ object: [K: V]) {
   :
14 | }
15 |
16 | public let emptyContext = ObjectContext<String, Int>([:])
   |            |- warning: let 'emptyContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: add '@MainActor' to make let 'emptyContext' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
/host/spi-builder-workspace/Sources/Node/Core/Node.swift:2:23: warning: static property 'defaultContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | public struct Node: StructuredDataWrapper {
 2 |     public static let defaultContext = emptyContext
   |                       |- warning: static property 'defaultContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'defaultContext' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 3 |
 4 |     public var wrapped: StructuredData
/host/spi-builder-workspace/Sources/Node/Core/Context.swift:9:20: note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
 7 | public protocol Context {}
 8 |
 9 | public final class ObjectContext<K: Hashable, V>: Context {
   |                    `- note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
10 |     public let object: [K: V]
11 |     public init(_ object: [K: V]) {
[80/102] Compiling Node Context.swift
/host/spi-builder-workspace/Sources/Node/Core/Context.swift:16:12: warning: let 'emptyContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | public protocol Context {}
 8 |
 9 | public final class ObjectContext<K: Hashable, V>: Context {
   |                    `- note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
10 |     public let object: [K: V]
11 |     public init(_ object: [K: V]) {
   :
14 | }
15 |
16 | public let emptyContext = ObjectContext<String, Int>([:])
   |            |- warning: let 'emptyContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: add '@MainActor' to make let 'emptyContext' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
/host/spi-builder-workspace/Sources/Node/Core/Node.swift:2:23: warning: static property 'defaultContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | public struct Node: StructuredDataWrapper {
 2 |     public static let defaultContext = emptyContext
   |                       |- warning: static property 'defaultContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'defaultContext' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 3 |
 4 |     public var wrapped: StructuredData
/host/spi-builder-workspace/Sources/Node/Core/Context.swift:9:20: note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
 7 | public protocol Context {}
 8 |
 9 | public final class ObjectContext<K: Hashable, V>: Context {
   |                    `- note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
10 |     public let object: [K: V]
11 |     public init(_ object: [K: V]) {
[81/102] Compiling Node Node.swift
/host/spi-builder-workspace/Sources/Node/Core/Context.swift:16:12: warning: let 'emptyContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | public protocol Context {}
 8 |
 9 | public final class ObjectContext<K: Hashable, V>: Context {
   |                    `- note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
10 |     public let object: [K: V]
11 |     public init(_ object: [K: V]) {
   :
14 | }
15 |
16 | public let emptyContext = ObjectContext<String, Int>([:])
   |            |- warning: let 'emptyContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: add '@MainActor' to make let 'emptyContext' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
/host/spi-builder-workspace/Sources/Node/Core/Node.swift:2:23: warning: static property 'defaultContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | public struct Node: StructuredDataWrapper {
 2 |     public static let defaultContext = emptyContext
   |                       |- warning: static property 'defaultContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'defaultContext' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 3 |
 4 |     public var wrapped: StructuredData
/host/spi-builder-workspace/Sources/Node/Core/Context.swift:9:20: note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
 7 | public protocol Context {}
 8 |
 9 | public final class ObjectContext<K: Hashable, V>: Context {
   |                    `- note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
10 |     public let object: [K: V]
11 |     public init(_ object: [K: V]) {
[82/102] Compiling Node NodeConvertible.swift
/host/spi-builder-workspace/Sources/Node/Core/Context.swift:16:12: warning: let 'emptyContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | public protocol Context {}
 8 |
 9 | public final class ObjectContext<K: Hashable, V>: Context {
   |                    `- note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
10 |     public let object: [K: V]
11 |     public init(_ object: [K: V]) {
   :
14 | }
15 |
16 | public let emptyContext = ObjectContext<String, Int>([:])
   |            |- warning: let 'emptyContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: add '@MainActor' to make let 'emptyContext' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
/host/spi-builder-workspace/Sources/Node/Core/Node.swift:2:23: warning: static property 'defaultContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | public struct Node: StructuredDataWrapper {
 2 |     public static let defaultContext = emptyContext
   |                       |- warning: static property 'defaultContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'defaultContext' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 3 |
 4 |     public var wrapped: StructuredData
/host/spi-builder-workspace/Sources/Node/Core/Context.swift:9:20: note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
 7 | public protocol Context {}
 8 |
 9 | public final class ObjectContext<K: Hashable, V>: Context {
   |                    `- note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
10 |     public let object: [K: V]
11 |     public init(_ object: [K: V]) {
[83/102] Compiling Node NodeInitializable.swift
/host/spi-builder-workspace/Sources/Node/Core/Context.swift:16:12: warning: let 'emptyContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | public protocol Context {}
 8 |
 9 | public final class ObjectContext<K: Hashable, V>: Context {
   |                    `- note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
10 |     public let object: [K: V]
11 |     public init(_ object: [K: V]) {
   :
14 | }
15 |
16 | public let emptyContext = ObjectContext<String, Int>([:])
   |            |- warning: let 'emptyContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: add '@MainActor' to make let 'emptyContext' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
/host/spi-builder-workspace/Sources/Node/Core/Node.swift:2:23: warning: static property 'defaultContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | public struct Node: StructuredDataWrapper {
 2 |     public static let defaultContext = emptyContext
   |                       |- warning: static property 'defaultContext' is not concurrency-safe because non-'Sendable' type 'ObjectContext<String, Int>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'defaultContext' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 3 |
 4 |     public var wrapped: StructuredData
/host/spi-builder-workspace/Sources/Node/Core/Context.swift:9:20: note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
 7 | public protocol Context {}
 8 |
 9 | public final class ObjectContext<K: Hashable, V>: Context {
   |                    `- note: generic class 'ObjectContext' does not conform to the 'Sendable' protocol
10 |     public let object: [K: V]
11 |     public init(_ object: [K: V]) {
[84/102] Compiling Node Getters.swift
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:14:23: warning: static property 'incomingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 12 |         Override for custom implementations
 13 |     */
 14 |     public static var incomingTimestamp: (Node.Number) throws -> Date = {
    |                       |- warning: static property 'incomingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'incomingTimestamp' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'incomingTimestamp' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |         return Date(timeIntervalSince1970: $0.double)
 16 |     }
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:26:23: warning: static property 'outgoingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |         Override for custom implementations.
 25 |     */
 26 |     public static var outgoingTimestamp: (Date) throws -> Node.Number = {
    |                       |- warning: static property 'outgoingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'outgoingTimestamp' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'outgoingTimestamp' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |         return Node.Number($0.timeIntervalSince1970)
 28 |     }
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:36:23: warning: static property 'incomingDateFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 34 |         Override for custom implementations, or to remove supported formats
 35 |     */
 36 |     public static var incomingDateFormatters: [DateFormatter] = [
    |                       |- warning: static property 'incomingDateFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'incomingDateFormatters' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'incomingDateFormatters' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 37 |         .iso8601,
 38 |         .mysql,
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:53:23: warning: static property 'outgoingDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 51 |         the user is responsible for handling their date formatting manually.
 52 |     */
 53 |     public static var outgoingDateFormatter: DateFormatter = .iso8601
    |                       |- warning: static property 'outgoingDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'outgoingDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'outgoingDateFormatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 54 |
 55 |     /**
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 69 |                 let date = Date.incomingDateFormatters
 70 |                     .lazy
 71 |                     .flatMap({ $0.date(from: string) })
    |                      |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                      `- note: use 'compactMap(_:)' instead
 72 |                     .first
 73 |                 else { fallthrough }
[85/102] Compiling Node Setters.swift
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:14:23: warning: static property 'incomingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 12 |         Override for custom implementations
 13 |     */
 14 |     public static var incomingTimestamp: (Node.Number) throws -> Date = {
    |                       |- warning: static property 'incomingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'incomingTimestamp' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'incomingTimestamp' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |         return Date(timeIntervalSince1970: $0.double)
 16 |     }
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:26:23: warning: static property 'outgoingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |         Override for custom implementations.
 25 |     */
 26 |     public static var outgoingTimestamp: (Date) throws -> Node.Number = {
    |                       |- warning: static property 'outgoingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'outgoingTimestamp' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'outgoingTimestamp' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |         return Node.Number($0.timeIntervalSince1970)
 28 |     }
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:36:23: warning: static property 'incomingDateFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 34 |         Override for custom implementations, or to remove supported formats
 35 |     */
 36 |     public static var incomingDateFormatters: [DateFormatter] = [
    |                       |- warning: static property 'incomingDateFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'incomingDateFormatters' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'incomingDateFormatters' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 37 |         .iso8601,
 38 |         .mysql,
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:53:23: warning: static property 'outgoingDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 51 |         the user is responsible for handling their date formatting manually.
 52 |     */
 53 |     public static var outgoingDateFormatter: DateFormatter = .iso8601
    |                       |- warning: static property 'outgoingDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'outgoingDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'outgoingDateFormatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 54 |
 55 |     /**
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 69 |                 let date = Date.incomingDateFormatters
 70 |                     .lazy
 71 |                     .flatMap({ $0.date(from: string) })
    |                      |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                      `- note: use 'compactMap(_:)' instead
 72 |                     .first
 73 |                 else { fallthrough }
[86/102] Compiling Node Bool+Convertible.swift
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:14:23: warning: static property 'incomingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 12 |         Override for custom implementations
 13 |     */
 14 |     public static var incomingTimestamp: (Node.Number) throws -> Date = {
    |                       |- warning: static property 'incomingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'incomingTimestamp' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'incomingTimestamp' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |         return Date(timeIntervalSince1970: $0.double)
 16 |     }
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:26:23: warning: static property 'outgoingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |         Override for custom implementations.
 25 |     */
 26 |     public static var outgoingTimestamp: (Date) throws -> Node.Number = {
    |                       |- warning: static property 'outgoingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'outgoingTimestamp' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'outgoingTimestamp' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |         return Node.Number($0.timeIntervalSince1970)
 28 |     }
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:36:23: warning: static property 'incomingDateFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 34 |         Override for custom implementations, or to remove supported formats
 35 |     */
 36 |     public static var incomingDateFormatters: [DateFormatter] = [
    |                       |- warning: static property 'incomingDateFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'incomingDateFormatters' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'incomingDateFormatters' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 37 |         .iso8601,
 38 |         .mysql,
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:53:23: warning: static property 'outgoingDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 51 |         the user is responsible for handling their date formatting manually.
 52 |     */
 53 |     public static var outgoingDateFormatter: DateFormatter = .iso8601
    |                       |- warning: static property 'outgoingDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'outgoingDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'outgoingDateFormatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 54 |
 55 |     /**
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 69 |                 let date = Date.incomingDateFormatters
 70 |                     .lazy
 71 |                     .flatMap({ $0.date(from: string) })
    |                      |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                      `- note: use 'compactMap(_:)' instead
 72 |                     .first
 73 |                 else { fallthrough }
[87/102] Compiling Node Date+Convertible.swift
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:14:23: warning: static property 'incomingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 12 |         Override for custom implementations
 13 |     */
 14 |     public static var incomingTimestamp: (Node.Number) throws -> Date = {
    |                       |- warning: static property 'incomingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'incomingTimestamp' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'incomingTimestamp' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |         return Date(timeIntervalSince1970: $0.double)
 16 |     }
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:26:23: warning: static property 'outgoingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |         Override for custom implementations.
 25 |     */
 26 |     public static var outgoingTimestamp: (Date) throws -> Node.Number = {
    |                       |- warning: static property 'outgoingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'outgoingTimestamp' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'outgoingTimestamp' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |         return Node.Number($0.timeIntervalSince1970)
 28 |     }
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:36:23: warning: static property 'incomingDateFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 34 |         Override for custom implementations, or to remove supported formats
 35 |     */
 36 |     public static var incomingDateFormatters: [DateFormatter] = [
    |                       |- warning: static property 'incomingDateFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'incomingDateFormatters' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'incomingDateFormatters' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 37 |         .iso8601,
 38 |         .mysql,
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:53:23: warning: static property 'outgoingDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 51 |         the user is responsible for handling their date formatting manually.
 52 |     */
 53 |     public static var outgoingDateFormatter: DateFormatter = .iso8601
    |                       |- warning: static property 'outgoingDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'outgoingDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'outgoingDateFormatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 54 |
 55 |     /**
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 69 |                 let date = Date.incomingDateFormatters
 70 |                     .lazy
 71 |                     .flatMap({ $0.date(from: string) })
    |                      |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                      `- note: use 'compactMap(_:)' instead
 72 |                     .first
 73 |                 else { fallthrough }
[88/102] Compiling Node FloatingPoint+Convertible.swift
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:14:23: warning: static property 'incomingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 12 |         Override for custom implementations
 13 |     */
 14 |     public static var incomingTimestamp: (Node.Number) throws -> Date = {
    |                       |- warning: static property 'incomingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'incomingTimestamp' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'incomingTimestamp' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |         return Date(timeIntervalSince1970: $0.double)
 16 |     }
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:26:23: warning: static property 'outgoingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |         Override for custom implementations.
 25 |     */
 26 |     public static var outgoingTimestamp: (Date) throws -> Node.Number = {
    |                       |- warning: static property 'outgoingTimestamp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'outgoingTimestamp' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'outgoingTimestamp' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |         return Node.Number($0.timeIntervalSince1970)
 28 |     }
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:36:23: warning: static property 'incomingDateFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 34 |         Override for custom implementations, or to remove supported formats
 35 |     */
 36 |     public static var incomingDateFormatters: [DateFormatter] = [
    |                       |- warning: static property 'incomingDateFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'incomingDateFormatters' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'incomingDateFormatters' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 37 |         .iso8601,
 38 |         .mysql,
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:53:23: warning: static property 'outgoingDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 51 |         the user is responsible for handling their date formatting manually.
 52 |     */
 53 |     public static var outgoingDateFormatter: DateFormatter = .iso8601
    |                       |- warning: static property 'outgoingDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'outgoingDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'outgoingDateFormatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 54 |
 55 |     /**
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 69 |                 let date = Date.incomingDateFormatters
 70 |                     .lazy
 71 |                     .flatMap({ $0.date(from: string) })
    |                      |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                      `- note: use 'compactMap(_:)' instead
 72 |                     .first
 73 |                 else { fallthrough }
[89/102] Compiling Node Optional+Convertible.swift
/host/spi-builder-workspace/Sources/Node/Number/Number.swift:66:25: warning: static property 'intMax' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 64 |
 65 | extension UInt {
 66 |     internal static var intMax = UInt(Int.max)
    |                         |- warning: static property 'intMax' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'intMax' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'intMax' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 | }
 68 |
[90/102] Compiling Node Set+Convertible.swift
/host/spi-builder-workspace/Sources/Node/Number/Number.swift:66:25: warning: static property 'intMax' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 64 |
 65 | extension UInt {
 66 |     internal static var intMax = UInt(Int.max)
    |                         |- warning: static property 'intMax' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'intMax' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'intMax' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 | }
 68 |
[91/102] Compiling Node Number.swift
/host/spi-builder-workspace/Sources/Node/Number/Number.swift:66:25: warning: static property 'intMax' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 64 |
 65 | extension UInt {
 66 |     internal static var intMax = UInt(Int.max)
    |                         |- warning: static property 'intMax' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'intMax' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'intMax' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 | }
 68 |
[92/102] Compiling Node StructuredData+Equatable.swift
/host/spi-builder-workspace/Sources/Node/Number/Number.swift:66:25: warning: static property 'intMax' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 64 |
 65 | extension UInt {
 66 |     internal static var intMax = UInt(Int.max)
    |                         |- warning: static property 'intMax' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'intMax' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'intMax' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 | }
 68 |
[93/102] Compiling Node StructuredData+Init.swift
/host/spi-builder-workspace/Sources/Node/Number/Number.swift:66:25: warning: static property 'intMax' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 64 |
 65 | extension UInt {
 66 |     internal static var intMax = UInt(Int.max)
    |                         |- warning: static property 'intMax' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'intMax' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'intMax' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 | }
 68 |
[94/102] Compiling Node NodeRepresentable.swift
/host/spi-builder-workspace/Sources/Node/Fuzzy/FuzzyConverter.swift:12:13: warning: var '_fuzzyTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | }
11 |
12 | private var _fuzzyTypes: [FuzzyConverter.Type] = [Node.self]
   |             |- warning: var '_fuzzyTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert '_fuzzyTypes' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var '_fuzzyTypes' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | extension Node {
[95/102] Compiling Node Array+Convertible.swift
/host/spi-builder-workspace/Sources/Node/Fuzzy/FuzzyConverter.swift:12:13: warning: var '_fuzzyTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | }
11 |
12 | private var _fuzzyTypes: [FuzzyConverter.Type] = [Node.self]
   |             |- warning: var '_fuzzyTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert '_fuzzyTypes' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var '_fuzzyTypes' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | extension Node {
[96/102] Compiling Node Dictionary+Convertible.swift
/host/spi-builder-workspace/Sources/Node/Fuzzy/FuzzyConverter.swift:12:13: warning: var '_fuzzyTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | }
11 |
12 | private var _fuzzyTypes: [FuzzyConverter.Type] = [Node.self]
   |             |- warning: var '_fuzzyTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert '_fuzzyTypes' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var '_fuzzyTypes' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | extension Node {
[97/102] Compiling Node Fuzzy+Any.swift
/host/spi-builder-workspace/Sources/Node/Fuzzy/FuzzyConverter.swift:12:13: warning: var '_fuzzyTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | }
11 |
12 | private var _fuzzyTypes: [FuzzyConverter.Type] = [Node.self]
   |             |- warning: var '_fuzzyTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert '_fuzzyTypes' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var '_fuzzyTypes' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | extension Node {
[98/102] Compiling Node FuzzyConverter.swift
/host/spi-builder-workspace/Sources/Node/Fuzzy/FuzzyConverter.swift:12:13: warning: var '_fuzzyTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | }
11 |
12 | private var _fuzzyTypes: [FuzzyConverter.Type] = [Node.self]
   |             |- warning: var '_fuzzyTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert '_fuzzyTypes' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var '_fuzzyTypes' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | extension Node {
[99/102] Compiling Node StructuredDataWrapper.swift
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:4:10: warning: associated value 'noFuzzyConverter(item:type:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  2 |
  3 | public enum NodeError: Debuggable {
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
    |          `- warning: associated value 'noFuzzyConverter(item:type:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:6:10: warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
    |          `- warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
  7 | }
  8 |
/host/spi-builder-workspace/Sources/Node/Core/Node.swift:1:15: note: consider making struct 'Node' conform to the 'Sendable' protocol
 1 | public struct Node: StructuredDataWrapper {
   |               `- note: consider making struct 'Node' conform to the 'Sendable' protocol
 2 |     public static let defaultContext = emptyContext
 3 |
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:6:10: warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'any PathIndexer'; this is an error in the Swift 6 language mode
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
    |          `- warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'any PathIndexer'; this is an error in the Swift 6 language mode
  7 | }
  8 |
/host/spi-builder-workspace/Sources/PathIndexable/PathIndexable.swift:36:17: note: protocol 'PathIndexer' does not conform to the 'Sendable' protocol
 34 |  should only be added after very careful consideration.
 35 |  */
 36 | public protocol PathIndexer: CustomStringConvertible {
    |                 `- note: protocol 'PathIndexer' does not conform to the 'Sendable' protocol
 37 |     /**
 38 |         Access for 'self' within the given node,
[100/102] Compiling Node Errors.swift
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:4:10: warning: associated value 'noFuzzyConverter(item:type:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  2 |
  3 | public enum NodeError: Debuggable {
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
    |          `- warning: associated value 'noFuzzyConverter(item:type:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:6:10: warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
    |          `- warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
  7 | }
  8 |
/host/spi-builder-workspace/Sources/Node/Core/Node.swift:1:15: note: consider making struct 'Node' conform to the 'Sendable' protocol
 1 | public struct Node: StructuredDataWrapper {
   |               `- note: consider making struct 'Node' conform to the 'Sendable' protocol
 2 |     public static let defaultContext = emptyContext
 3 |
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:6:10: warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'any PathIndexer'; this is an error in the Swift 6 language mode
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
    |          `- warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'any PathIndexer'; this is an error in the Swift 6 language mode
  7 | }
  8 |
/host/spi-builder-workspace/Sources/PathIndexable/PathIndexable.swift:36:17: note: protocol 'PathIndexer' does not conform to the 'Sendable' protocol
 34 |  should only be added after very careful consideration.
 35 |  */
 36 | public protocol PathIndexer: CustomStringConvertible {
    |                 `- note: protocol 'PathIndexer' does not conform to the 'Sendable' protocol
 37 |     /**
 38 |         Access for 'self' within the given node,
[101/102] Compiling Node Exports.swift
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:4:10: warning: associated value 'noFuzzyConverter(item:type:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  2 |
  3 | public enum NodeError: Debuggable {
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
    |          `- warning: associated value 'noFuzzyConverter(item:type:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:6:10: warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
    |          `- warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
  7 | }
  8 |
/host/spi-builder-workspace/Sources/Node/Core/Node.swift:1:15: note: consider making struct 'Node' conform to the 'Sendable' protocol
 1 | public struct Node: StructuredDataWrapper {
   |               `- note: consider making struct 'Node' conform to the 'Sendable' protocol
 2 |     public static let defaultContext = emptyContext
 3 |
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:6:10: warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'any PathIndexer'; this is an error in the Swift 6 language mode
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
    |          `- warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'any PathIndexer'; this is an error in the Swift 6 language mode
  7 | }
  8 |
/host/spi-builder-workspace/Sources/PathIndexable/PathIndexable.swift:36:17: note: protocol 'PathIndexer' does not conform to the 'Sendable' protocol
 34 |  should only be added after very careful consideration.
 35 |  */
 36 | public protocol PathIndexer: CustomStringConvertible {
    |                 `- note: protocol 'PathIndexer' does not conform to the 'Sendable' protocol
 37 |     /**
 38 |         Access for 'self' within the given node,
[102/102] Compiling Node Identifier.swift
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:4:10: warning: associated value 'noFuzzyConverter(item:type:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  2 |
  3 | public enum NodeError: Debuggable {
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
    |          `- warning: associated value 'noFuzzyConverter(item:type:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:6:10: warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
    |          `- warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
  7 | }
  8 |
/host/spi-builder-workspace/Sources/Node/Core/Node.swift:1:15: note: consider making struct 'Node' conform to the 'Sendable' protocol
 1 | public struct Node: StructuredDataWrapper {
   |               `- note: consider making struct 'Node' conform to the 'Sendable' protocol
 2 |     public static let defaultContext = emptyContext
 3 |
/host/spi-builder-workspace/Sources/Node/Utilities/Errors.swift:6:10: warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'any PathIndexer'; this is an error in the Swift 6 language mode
  4 |     case noFuzzyConverter(item: Any?, type: Any.Type)
  5 |     case invalidDictionaryKeyType
  6 |     case unableToConvert(input: Node?, expectation: String, path: [PathIndexer])
    |          `- warning: associated value 'unableToConvert(input:expectation:path:)' of 'Sendable'-conforming enum 'NodeError' has non-sendable type 'any PathIndexer'; this is an error in the Swift 6 language mode
  7 | }
  8 |
/host/spi-builder-workspace/Sources/PathIndexable/PathIndexable.swift:36:17: note: protocol 'PathIndexer' does not conform to the 'Sendable' protocol
 34 |  should only be added after very careful consideration.
 35 |  */
 36 | public protocol PathIndexer: CustomStringConvertible {
    |                 `- note: protocol 'PathIndexer' does not conform to the 'Sendable' protocol
 37 |     /**
 38 |         Access for 'self' within the given node,
Build complete! (10.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/core.git"
    },
    {
      "identity" : "bits",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/bits.git"
    },
    {
      "identity" : "debugging",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/debugging.git"
    }
  ],
  "manifest_display_name" : "Node",
  "name" : "Node",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Node",
      "targets" : [
        "Node"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PathIndexable",
      "targets" : [
        "PathIndexable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PathIndexableTests",
      "module_type" : "SwiftTarget",
      "name" : "PathIndexableTests",
      "path" : "Tests/PathIndexableTests",
      "sources" : [
        "PathIndexableTests.swift"
      ],
      "target_dependencies" : [
        "PathIndexable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathIndexable",
      "module_type" : "SwiftTarget",
      "name" : "PathIndexable",
      "path" : "Sources/PathIndexable",
      "product_memberships" : [
        "Node",
        "PathIndexable"
      ],
      "sources" : [
        "PathIndexable+Subscripting.swift",
        "PathIndexable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NodeTests",
      "module_type" : "SwiftTarget",
      "name" : "NodeTests",
      "path" : "Tests/NodeTests",
      "sources" : [
        "BasicConvertibleTests.swift",
        "DictionaryKeyPathTests.swift",
        "NodeBackedTests.swift",
        "NodeDataTypeTests.swift",
        "NodeGetterTests.swift",
        "NodeIndexableTests.swift",
        "NodePolymorphicTests.swift",
        "NodeTests.swift",
        "NumberTests.swift",
        "SequenceConvertibleTests.swift",
        "SettersTests.swift"
      ],
      "target_dependencies" : [
        "Node"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Node",
      "module_type" : "SwiftTarget",
      "name" : "Node",
      "path" : "Sources/Node",
      "product_dependencies" : [
        "Bits",
        "Core"
      ],
      "product_memberships" : [
        "Node"
      ],
      "sources" : [
        "Accessors/Getters.swift",
        "Accessors/Setters.swift",
        "Convertibles/Bool+Convertible.swift",
        "Convertibles/Date+Convertible.swift",
        "Convertibles/FloatingPoint+Convertible.swift",
        "Convertibles/Integer+Convertible.swift",
        "Convertibles/Schema+Convertible.swift",
        "Convertibles/SchemaWrapper+Convertible.swift",
        "Convertibles/String+Convertible.swift",
        "Convertibles/UUID+Convertible.swift",
        "Convertibles/UnsignedInteger+Convertible.swift",
        "Core/Context.swift",
        "Core/Node.swift",
        "Core/NodeConvertible.swift",
        "Core/NodeInitializable.swift",
        "Core/NodeRepresentable.swift",
        "Fuzzy/Array+Convertible.swift",
        "Fuzzy/Dictionary+Convertible.swift",
        "Fuzzy/Fuzzy+Any.swift",
        "Fuzzy/FuzzyConverter.swift",
        "Fuzzy/Optional+Convertible.swift",
        "Fuzzy/Set+Convertible.swift",
        "Number/Number.swift",
        "StructuredData/StructuredData+Equatable.swift",
        "StructuredData/StructuredData+Init.swift",
        "StructuredData/StructuredData+PathIndexable.swift",
        "StructuredData/StructuredData+Polymorphic.swift",
        "StructuredData/StructuredData.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Cases.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Convenience.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Equatable.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Literals.swift",
        "StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Polymorphic.swift",
        "StructuredDataWrapper/StructuredDataWrapper.swift",
        "Utilities/Errors.swift",
        "Utilities/Exports.swift",
        "Utilities/Identifier.swift"
      ],
      "target_dependencies" : [
        "PathIndexable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.