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 JSONSchema, reference 0.6.0 (d14de4), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 14:28:48 UTC.

Swift 6 data race errors: 18

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylef/JSONSchema.swift.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylef/JSONSchema.swift
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at d14de4b release: 0.6.0
Submodule path 'Tests/Cases': checked out '77f1d10cbb23b2f4d2bbf50ca1d5cf3804cb2ce4'
Submodule 'Tests/Cases' (https://github.com/json-schema/JSON-Schema-Test-Suite) registered for path 'Tests/Cases'
Cloning into '/Users/admin/builder/spi-builder-workspace/Tests/Cases'...
Cloned https://github.com/kylef/JSONSchema.swift.git
Revision (git rev-parse @):
d14de4b2d9205068c9db89c00d097ca43c897000
SUCCESS checkout https://github.com/kylef/JSONSchema.swift.git at 0.6.0
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1021] Fetching spectre
[165/2432] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.89s)
Computing version for https://github.com/kylef/PathKit.git
[358/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.94s)
Computed https://github.com/kylef/PathKit.git at 1.0.0 (0.61s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.67s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "jsonschema.swift",
      "name": "JSONSchema",
      "url": "https://github.com/kylef/JSONSchema.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONSchema.swift",
      "dependencies": [
        {
          "identity": "pathkit",
          "name": "PathKit",
          "url": "https://github.com/kylef/PathKit.git",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathKit",
          "dependencies": [
            {
              "identity": "spectre",
              "name": "Spectre",
              "url": "https://github.com/kylef/Spectre.git",
              "version": "0.10.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kylef/JSONSchema.swift.git
[1/2304] Fetching jsonschema.swift
Fetched https://github.com/kylef/JSONSchema.swift.git from cache (0.88s)
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.47s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.60s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git from cache (0.50s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.48s)
Creating working copy for https://github.com/kylef/JSONSchema.swift.git
Working copy of https://github.com/kylef/JSONSchema.swift.git resolved at 0.6.0 (d14de4b)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
warning: '.resolve-product-dependencies': dependency 'jsonschema.swift' is not used by any target
Found 1 product dependencies
  - PathKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kylef/JSONSchema.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/38] Emitting module JSONSchema
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:82:5: warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 80 | }
 81 |
 82 | let DRAFT_2019_09_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:132:5: warning: let 'DRAFT_2019_09_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
130 |
131 |
132 | let DRAFT_2019_09_META_SCHEMA_CORE: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_CORE' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 |   let string = """
134 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:197:5: warning: let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
195 |
196 |
197 | let DRAFT_2019_09_META_SCHEMA_APPLICATOR: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |   let string = """
199 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:261:5: warning: let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
259 |
260 |
261 | let DRAFT_2019_09_META_SCHEMA_VALIDATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_VALIDATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
262 |   let string = """
263 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:367:5: warning: let 'DRAFT_2019_09_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
365 |
366 |
367 | let DRAFT_2019_09_META_SCHEMA_METADATA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_METADATA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
368 |   let string = """
369 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:412:5: warning: let 'DRAFT_2019_09_META_SCHEMA_FORMAT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
410 |
411 |
412 | let DRAFT_2019_09_META_SCHEMA_FORMAT: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_FORMAT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_FORMAT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 |   let string = """
414 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:434:5: warning: let 'DRAFT_2019_09_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
432 |
433 |
434 | let DRAFT_2019_09_META_SCHEMA_CONTENT: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_CONTENT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 |   let string = """
436 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:84:5: warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |
 83 |
 84 | let DRAFT_2020_12_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:150:5: warning: let 'DRAFT_2020_12_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
148 |
149 |
150 | let DRAFT_2020_12_META_SCHEMA_CORE: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_CORE' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |   let string = """
152 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:208:5: warning: let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
206 | }()
207 |
208 | let DRAFT_2020_12_META_SCHEMA_APPLICATOR: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |   let string = """
210 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:264:5: warning: let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
262 |
263 |
264 | let DRAFT_2020_12_META_SCHEMA_UNEVALUATED: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
265 |   let string = """
266 |       {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:287:5: warning: let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
285 |
286 |
287 | let DRAFT_2020_12_META_SCHEMA_VALIDATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_VALIDATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
288 |   let string = """
289 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:393:5: warning: let 'DRAFT_2020_12_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
391 |
392 |
393 | let DRAFT_2020_12_META_SCHEMA_METADATA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_METADATA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
394 |   let string = """
395 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:438:5: warning: let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
436 |
437 |
438 | let DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 |   let string = """
440 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:460:5: warning: let 'DRAFT_2020_12_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
458 |
459 |
460 | let DRAFT_2020_12_META_SCHEMA_CONTENT: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_CONTENT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 |   let string = """
462 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft4Validator.swift:66:5: warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 64 | }
 65 |
 66 | let DRAFT_04_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_04_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft6Validator.swift:5:5: warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public typealias Draft6Validator = Draft7Validator
  4 |
  5 | let DRAFT_06_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_06_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft7Validator.swift:71:5: warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 69 | }
 70 |
 71 | let DRAFT_07_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_07_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
[4/41] Compiling JSONSchema contains.swift
[5/41] Compiling JSONSchema dependencies.swift
[6/41] Compiling JSONSchema dependentSchemas.swift
[7/41] Compiling JSONSchema if.swift
[8/41] Compiling JSONSchema items.swift
[9/41] Compiling JSONSchema not.swift
[10/41] Compiling JSONSchema oneOf.swift
[11/41] Compiling JSONSchema patternProperties.swift
[12/41] Compiling JSONSchema required.swift
[13/41] Compiling JSONSchema uniqueItems.swift
[14/41] Compiling JSONSchema ValidationResult.swift
[15/41] Compiling JSONSchema additionalItems.swift
[16/41] Compiling JSONSchema additionalProperties.swift
[17/41] Compiling JSONSchema allOf.swift
[18/41] Compiling JSONSchema anyOf.swift
[19/41] Compiling JSONSchema Validator.swift
[20/41] Compiling JSONSchema Validators.swift
[21/41] Compiling JSONSchema format.swift
[22/41] Compiling JSONSchema minMaxNumber.swift
[23/41] Compiling JSONSchema minMaxProperties.swift
[24/41] Compiling JSONSchema multipleOf.swift
[25/41] Compiling JSONSchema pattern.swift
[26/41] Compiling JSONSchema properties.swift
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:82:5: warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 80 | }
 81 |
 82 | let DRAFT_2019_09_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:132:5: warning: let 'DRAFT_2019_09_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
130 |
131 |
132 | let DRAFT_2019_09_META_SCHEMA_CORE: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_CORE' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 |   let string = """
134 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:197:5: warning: let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
195 |
196 |
197 | let DRAFT_2019_09_META_SCHEMA_APPLICATOR: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |   let string = """
199 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:261:5: warning: let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
259 |
260 |
261 | let DRAFT_2019_09_META_SCHEMA_VALIDATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_VALIDATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
262 |   let string = """
263 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:367:5: warning: let 'DRAFT_2019_09_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
365 |
366 |
367 | let DRAFT_2019_09_META_SCHEMA_METADATA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_METADATA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
368 |   let string = """
369 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:412:5: warning: let 'DRAFT_2019_09_META_SCHEMA_FORMAT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
410 |
411 |
412 | let DRAFT_2019_09_META_SCHEMA_FORMAT: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_FORMAT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_FORMAT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 |   let string = """
414 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:434:5: warning: let 'DRAFT_2019_09_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
432 |
433 |
434 | let DRAFT_2019_09_META_SCHEMA_CONTENT: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_CONTENT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 |   let string = """
436 |   {
[27/41] Compiling JSONSchema propertyNames.swift
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:82:5: warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 80 | }
 81 |
 82 | let DRAFT_2019_09_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:132:5: warning: let 'DRAFT_2019_09_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
130 |
131 |
132 | let DRAFT_2019_09_META_SCHEMA_CORE: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_CORE' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 |   let string = """
134 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:197:5: warning: let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
195 |
196 |
197 | let DRAFT_2019_09_META_SCHEMA_APPLICATOR: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |   let string = """
199 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:261:5: warning: let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
259 |
260 |
261 | let DRAFT_2019_09_META_SCHEMA_VALIDATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_VALIDATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
262 |   let string = """
263 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:367:5: warning: let 'DRAFT_2019_09_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
365 |
366 |
367 | let DRAFT_2019_09_META_SCHEMA_METADATA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_METADATA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
368 |   let string = """
369 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:412:5: warning: let 'DRAFT_2019_09_META_SCHEMA_FORMAT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
410 |
411 |
412 | let DRAFT_2019_09_META_SCHEMA_FORMAT: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_FORMAT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_FORMAT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 |   let string = """
414 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:434:5: warning: let 'DRAFT_2019_09_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
432 |
433 |
434 | let DRAFT_2019_09_META_SCHEMA_CONTENT: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_CONTENT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 |   let string = """
436 |   {
[28/41] Compiling JSONSchema ref.swift
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:82:5: warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 80 | }
 81 |
 82 | let DRAFT_2019_09_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:132:5: warning: let 'DRAFT_2019_09_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
130 |
131 |
132 | let DRAFT_2019_09_META_SCHEMA_CORE: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_CORE' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 |   let string = """
134 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:197:5: warning: let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
195 |
196 |
197 | let DRAFT_2019_09_META_SCHEMA_APPLICATOR: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |   let string = """
199 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:261:5: warning: let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
259 |
260 |
261 | let DRAFT_2019_09_META_SCHEMA_VALIDATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_VALIDATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
262 |   let string = """
263 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:367:5: warning: let 'DRAFT_2019_09_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
365 |
366 |
367 | let DRAFT_2019_09_META_SCHEMA_METADATA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_METADATA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
368 |   let string = """
369 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:412:5: warning: let 'DRAFT_2019_09_META_SCHEMA_FORMAT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
410 |
411 |
412 | let DRAFT_2019_09_META_SCHEMA_FORMAT: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_FORMAT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_FORMAT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 |   let string = """
414 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:434:5: warning: let 'DRAFT_2019_09_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
432 |
433 |
434 | let DRAFT_2019_09_META_SCHEMA_CONTENT: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_CONTENT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 |   let string = """
436 |   {
[29/41] Compiling JSONSchema Draft201909Validator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:82:5: warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 80 | }
 81 |
 82 | let DRAFT_2019_09_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:132:5: warning: let 'DRAFT_2019_09_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
130 |
131 |
132 | let DRAFT_2019_09_META_SCHEMA_CORE: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_CORE' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 |   let string = """
134 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:197:5: warning: let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
195 |
196 |
197 | let DRAFT_2019_09_META_SCHEMA_APPLICATOR: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |   let string = """
199 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:261:5: warning: let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
259 |
260 |
261 | let DRAFT_2019_09_META_SCHEMA_VALIDATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_VALIDATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
262 |   let string = """
263 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:367:5: warning: let 'DRAFT_2019_09_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
365 |
366 |
367 | let DRAFT_2019_09_META_SCHEMA_METADATA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_METADATA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
368 |   let string = """
369 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:412:5: warning: let 'DRAFT_2019_09_META_SCHEMA_FORMAT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
410 |
411 |
412 | let DRAFT_2019_09_META_SCHEMA_FORMAT: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_FORMAT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_FORMAT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 |   let string = """
414 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:434:5: warning: let 'DRAFT_2019_09_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
432 |
433 |
434 | let DRAFT_2019_09_META_SCHEMA_CONTENT: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA_CONTENT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 |   let string = """
436 |   {
[30/41] Compiling JSONSchema dependentRequired.swift
[31/41] Compiling JSONSchema enum.swift
[32/41] Compiling JSONSchema minMaxItems.swift
[33/41] Compiling JSONSchema minMaxLength.swift
[34/41] Compiling JSONSchema JSONPointer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:84:5: warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |
 83 |
 84 | let DRAFT_2020_12_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:82:5: warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 80 | }
 81 |
 82 | let DRAFT_2019_09_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft7Validator.swift:71:5: warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 69 | }
 70 |
 71 | let DRAFT_07_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_07_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft6Validator.swift:5:5: warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public typealias Draft6Validator = Draft7Validator
  4 |
  5 | let DRAFT_06_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_06_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft4Validator.swift:66:5: warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 64 | }
 65 |
 66 | let DRAFT_04_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_04_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
[35/41] Compiling JSONSchema JSONSchema.swift
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:84:5: warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |
 83 |
 84 | let DRAFT_2020_12_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:82:5: warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 80 | }
 81 |
 82 | let DRAFT_2019_09_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft7Validator.swift:71:5: warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 69 | }
 70 |
 71 | let DRAFT_07_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_07_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft6Validator.swift:5:5: warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public typealias Draft6Validator = Draft7Validator
  4 |
  5 | let DRAFT_06_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_06_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft4Validator.swift:66:5: warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 64 | }
 65 |
 66 | let DRAFT_04_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_04_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
[36/41] Compiling JSONSchema RefResolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:84:5: warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |
 83 |
 84 | let DRAFT_2020_12_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:82:5: warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 80 | }
 81 |
 82 | let DRAFT_2019_09_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft7Validator.swift:71:5: warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 69 | }
 70 |
 71 | let DRAFT_07_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_07_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft6Validator.swift:5:5: warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public typealias Draft6Validator = Draft7Validator
  4 |
  5 | let DRAFT_06_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_06_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft4Validator.swift:66:5: warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 64 | }
 65 |
 66 | let DRAFT_04_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_04_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
[37/41] Compiling JSONSchema const.swift
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:84:5: warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |
 83 |
 84 | let DRAFT_2020_12_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft201909Validator.swift:82:5: warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 80 | }
 81 |
 82 | let DRAFT_2019_09_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2019_09_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2019_09_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft7Validator.swift:71:5: warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 69 | }
 70 |
 71 | let DRAFT_07_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_07_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft6Validator.swift:5:5: warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public typealias Draft6Validator = Draft7Validator
  4 |
  5 | let DRAFT_06_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_06_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft4Validator.swift:66:5: warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 64 | }
 65 |
 66 | let DRAFT_04_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_04_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
[38/41] Compiling JSONSchema Draft202012Validator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:84:5: warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |
 83 |
 84 | let DRAFT_2020_12_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:150:5: warning: let 'DRAFT_2020_12_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
148 |
149 |
150 | let DRAFT_2020_12_META_SCHEMA_CORE: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_CORE' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |   let string = """
152 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:208:5: warning: let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
206 | }()
207 |
208 | let DRAFT_2020_12_META_SCHEMA_APPLICATOR: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |   let string = """
210 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:264:5: warning: let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
262 |
263 |
264 | let DRAFT_2020_12_META_SCHEMA_UNEVALUATED: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
265 |   let string = """
266 |       {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:287:5: warning: let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
285 |
286 |
287 | let DRAFT_2020_12_META_SCHEMA_VALIDATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_VALIDATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
288 |   let string = """
289 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:393:5: warning: let 'DRAFT_2020_12_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
391 |
392 |
393 | let DRAFT_2020_12_META_SCHEMA_METADATA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_METADATA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
394 |   let string = """
395 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:438:5: warning: let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
436 |
437 |
438 | let DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 |   let string = """
440 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:460:5: warning: let 'DRAFT_2020_12_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
458 |
459 |
460 | let DRAFT_2020_12_META_SCHEMA_CONTENT: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_CONTENT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 |   let string = """
462 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft4Validator.swift:66:5: warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 64 | }
 65 |
 66 | let DRAFT_04_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_04_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft6Validator.swift:5:5: warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public typealias Draft6Validator = Draft7Validator
  4 |
  5 | let DRAFT_06_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_06_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft7Validator.swift:71:5: warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 69 | }
 70 |
 71 | let DRAFT_07_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_07_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
[39/41] Compiling JSONSchema Draft4Validator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:84:5: warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |
 83 |
 84 | let DRAFT_2020_12_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:150:5: warning: let 'DRAFT_2020_12_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
148 |
149 |
150 | let DRAFT_2020_12_META_SCHEMA_CORE: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_CORE' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |   let string = """
152 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:208:5: warning: let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
206 | }()
207 |
208 | let DRAFT_2020_12_META_SCHEMA_APPLICATOR: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |   let string = """
210 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:264:5: warning: let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
262 |
263 |
264 | let DRAFT_2020_12_META_SCHEMA_UNEVALUATED: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
265 |   let string = """
266 |       {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:287:5: warning: let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
285 |
286 |
287 | let DRAFT_2020_12_META_SCHEMA_VALIDATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_VALIDATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
288 |   let string = """
289 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:393:5: warning: let 'DRAFT_2020_12_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
391 |
392 |
393 | let DRAFT_2020_12_META_SCHEMA_METADATA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_METADATA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
394 |   let string = """
395 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:438:5: warning: let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
436 |
437 |
438 | let DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 |   let string = """
440 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:460:5: warning: let 'DRAFT_2020_12_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
458 |
459 |
460 | let DRAFT_2020_12_META_SCHEMA_CONTENT: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_CONTENT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 |   let string = """
462 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft4Validator.swift:66:5: warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 64 | }
 65 |
 66 | let DRAFT_04_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_04_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft6Validator.swift:5:5: warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public typealias Draft6Validator = Draft7Validator
  4 |
  5 | let DRAFT_06_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_06_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft7Validator.swift:71:5: warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 69 | }
 70 |
 71 | let DRAFT_07_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_07_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
[40/41] Compiling JSONSchema Draft6Validator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:84:5: warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |
 83 |
 84 | let DRAFT_2020_12_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:150:5: warning: let 'DRAFT_2020_12_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
148 |
149 |
150 | let DRAFT_2020_12_META_SCHEMA_CORE: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_CORE' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |   let string = """
152 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:208:5: warning: let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
206 | }()
207 |
208 | let DRAFT_2020_12_META_SCHEMA_APPLICATOR: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |   let string = """
210 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:264:5: warning: let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
262 |
263 |
264 | let DRAFT_2020_12_META_SCHEMA_UNEVALUATED: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
265 |   let string = """
266 |       {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:287:5: warning: let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
285 |
286 |
287 | let DRAFT_2020_12_META_SCHEMA_VALIDATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_VALIDATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
288 |   let string = """
289 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:393:5: warning: let 'DRAFT_2020_12_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
391 |
392 |
393 | let DRAFT_2020_12_META_SCHEMA_METADATA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_METADATA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
394 |   let string = """
395 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:438:5: warning: let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
436 |
437 |
438 | let DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 |   let string = """
440 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:460:5: warning: let 'DRAFT_2020_12_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
458 |
459 |
460 | let DRAFT_2020_12_META_SCHEMA_CONTENT: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_CONTENT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 |   let string = """
462 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft4Validator.swift:66:5: warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 64 | }
 65 |
 66 | let DRAFT_04_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_04_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft6Validator.swift:5:5: warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public typealias Draft6Validator = Draft7Validator
  4 |
  5 | let DRAFT_06_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_06_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft7Validator.swift:71:5: warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 69 | }
 70 |
 71 | let DRAFT_07_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_07_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
[41/41] Compiling JSONSchema Draft7Validator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:84:5: warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 82 |
 83 |
 84 | let DRAFT_2020_12_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:150:5: warning: let 'DRAFT_2020_12_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
148 |
149 |
150 | let DRAFT_2020_12_META_SCHEMA_CORE: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_CORE' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_CORE' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |   let string = """
152 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:208:5: warning: let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
206 | }()
207 |
208 | let DRAFT_2020_12_META_SCHEMA_APPLICATOR: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |   let string = """
210 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:264:5: warning: let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
262 |
263 |
264 | let DRAFT_2020_12_META_SCHEMA_UNEVALUATED: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
265 |   let string = """
266 |       {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:287:5: warning: let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
285 |
286 |
287 | let DRAFT_2020_12_META_SCHEMA_VALIDATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_VALIDATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
288 |   let string = """
289 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:393:5: warning: let 'DRAFT_2020_12_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
391 |
392 |
393 | let DRAFT_2020_12_META_SCHEMA_METADATA: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_METADATA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_METADATA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
394 |   let string = """
395 |     {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:438:5: warning: let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
436 |
437 |
438 | let DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 |   let string = """
440 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft202012Validator.swift:460:5: warning: let 'DRAFT_2020_12_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
458 |
459 |
460 | let DRAFT_2020_12_META_SCHEMA_CONTENT: [String: Any] = {
    |     |- warning: let 'DRAFT_2020_12_META_SCHEMA_CONTENT' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_2020_12_META_SCHEMA_CONTENT' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 |   let string = """
462 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft4Validator.swift:66:5: warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 64 | }
 65 |
 66 | let DRAFT_04_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_04_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_04_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft6Validator.swift:5:5: warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | public typealias Draft6Validator = Draft7Validator
  4 |
  5 | let DRAFT_06_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_06_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_06_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/Users/admin/builder/spi-builder-workspace/Sources/Draft7Validator.swift:71:5: warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 69 | }
 70 |
 71 | let DRAFT_07_META_SCHEMA: [String: Any] = {
    |     |- warning: let 'DRAFT_07_META_SCHEMA' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: annotate 'DRAFT_07_META_SCHEMA' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
Build complete! (18.17s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "JSONSchema",
  "name" : "JSONSchema",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONSchema",
      "targets" : [
        "JSONSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONSchemaTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaTests",
      "path" : "Tests/JSONSchemaTests",
      "product_dependencies" : [
        "PathKit"
      ],
      "sources" : [
        "JSONPointerTests.swift",
        "JSONSchemaCases.swift",
        "JSONSchemaTests.swift",
        "Validation/TestEnum.swift",
        "Validation/TestRef.swift",
        "Validation/TestRequired.swift",
        "ValidationErrorTests.swift",
        "ValidationResultTests.swift"
      ],
      "target_dependencies" : [
        "JSONSchema"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchema",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchema",
      "path" : "Sources",
      "product_memberships" : [
        "JSONSchema"
      ],
      "sources" : [
        "Applicators/additionalItems.swift",
        "Applicators/additionalProperties.swift",
        "Applicators/allOf.swift",
        "Applicators/anyOf.swift",
        "Applicators/contains.swift",
        "Applicators/dependencies.swift",
        "Applicators/dependentSchemas.swift",
        "Applicators/if.swift",
        "Applicators/items.swift",
        "Applicators/not.swift",
        "Applicators/oneOf.swift",
        "Applicators/patternProperties.swift",
        "Applicators/properties.swift",
        "Applicators/propertyNames.swift",
        "Core/ref.swift",
        "Draft201909Validator.swift",
        "Draft202012Validator.swift",
        "Draft4Validator.swift",
        "Draft6Validator.swift",
        "Draft7Validator.swift",
        "JSONPointer.swift",
        "JSONSchema.swift",
        "RefResolver.swift",
        "Validation/const.swift",
        "Validation/dependentRequired.swift",
        "Validation/enum.swift",
        "Validation/minMaxItems.swift",
        "Validation/minMaxLength.swift",
        "Validation/minMaxNumber.swift",
        "Validation/minMaxProperties.swift",
        "Validation/multipleOf.swift",
        "Validation/pattern.swift",
        "Validation/required.swift",
        "Validation/uniqueItems.swift",
        "ValidationResult.swift",
        "Validator.swift",
        "Validators.swift",
        "format.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.