The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of JSONSchema, reference 0.6.0 (d14de4), with Swift 6.1 for Linux on 26 Apr 2025 09:54:00 UTC.

Swift 6 data race errors: 18

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylef/JSONSchema.swift.git
Reference: 0.6.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/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 '/host/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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kylef/JSONSchema.swift.git
https://github.com/kylef/JSONSchema.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.51s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.20s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.20s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.80s)
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/37] Compiling JSONSchema dependencies.swift
[4/37] Compiling JSONSchema dependentSchemas.swift
[5/37] Compiling JSONSchema if.swift
[6/37] Compiling JSONSchema items.swift
[7/37] Compiling JSONSchema not.swift
[8/41] Emitting module JSONSchema
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_CORE' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 |   let string = """
134 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |   let string = """
199 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
262 |   let string = """
263 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_METADATA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
368 |   let string = """
369 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_FORMAT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 |   let string = """
414 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_CONTENT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 |   let string = """
436 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_CORE' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |   let string = """
152 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |   let string = """
210 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
265 |   let string = """
266 |       {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
288 |   let string = """
289 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_METADATA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
394 |   let string = """
395 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 |   let string = """
440 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_CONTENT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 |   let string = """
462 |   {
/host/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: add '@MainActor' to make let 'DRAFT_04_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
/host/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: add '@MainActor' to make let 'DRAFT_06_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/host/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: add '@MainActor' to make let 'DRAFT_07_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
[9/41] Compiling JSONSchema Draft201909Validator.swift
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_CORE' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 |   let string = """
134 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |   let string = """
199 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
262 |   let string = """
263 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_METADATA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
368 |   let string = """
369 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_FORMAT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 |   let string = """
414 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_CONTENT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 |   let string = """
436 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_CORE' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |   let string = """
152 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |   let string = """
210 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
265 |   let string = """
266 |       {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
288 |   let string = """
289 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_METADATA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
394 |   let string = """
395 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 |   let string = """
440 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_CONTENT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 |   let string = """
462 |   {
/host/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: add '@MainActor' to make let 'DRAFT_04_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
/host/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: add '@MainActor' to make let 'DRAFT_06_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/host/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: add '@MainActor' to make let 'DRAFT_07_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
[10/41] Compiling JSONSchema Draft202012Validator.swift
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_CORE' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 |   let string = """
134 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |   let string = """
199 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
262 |   let string = """
263 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_METADATA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
368 |   let string = """
369 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_FORMAT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 |   let string = """
414 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_CONTENT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 |   let string = """
436 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_CORE' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |   let string = """
152 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |   let string = """
210 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
265 |   let string = """
266 |       {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
288 |   let string = """
289 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_METADATA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
394 |   let string = """
395 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 |   let string = """
440 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_CONTENT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 |   let string = """
462 |   {
/host/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: add '@MainActor' to make let 'DRAFT_04_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
/host/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: add '@MainActor' to make let 'DRAFT_06_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/host/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: add '@MainActor' to make let 'DRAFT_07_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
[11/41] Compiling JSONSchema Draft4Validator.swift
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_CORE' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 |   let string = """
134 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |   let string = """
199 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
262 |   let string = """
263 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_METADATA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
368 |   let string = """
369 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_FORMAT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 |   let string = """
414 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_CONTENT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 |   let string = """
436 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_CORE' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |   let string = """
152 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |   let string = """
210 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
265 |   let string = """
266 |       {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
288 |   let string = """
289 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_METADATA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
394 |   let string = """
395 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 |   let string = """
440 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_CONTENT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 |   let string = """
462 |   {
/host/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: add '@MainActor' to make let 'DRAFT_04_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
/host/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: add '@MainActor' to make let 'DRAFT_06_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/host/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: add '@MainActor' to make let 'DRAFT_07_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
[12/41] Compiling JSONSchema Draft6Validator.swift
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_CORE' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 |   let string = """
134 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |   let string = """
199 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
262 |   let string = """
263 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_METADATA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
368 |   let string = """
369 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_FORMAT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 |   let string = """
414 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_CONTENT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 |   let string = """
436 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_CORE' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |   let string = """
152 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |   let string = """
210 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
265 |   let string = """
266 |       {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
288 |   let string = """
289 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_METADATA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
394 |   let string = """
395 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 |   let string = """
440 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_CONTENT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 |   let string = """
462 |   {
/host/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: add '@MainActor' to make let 'DRAFT_04_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
/host/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: add '@MainActor' to make let 'DRAFT_06_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/host/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: add '@MainActor' to make let 'DRAFT_07_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
[13/41] Compiling JSONSchema Draft7Validator.swift
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 |   let string = """
 84 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_CORE' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 |   let string = """
134 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_APPLICATOR' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |   let string = """
199 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_VALIDATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
262 |   let string = """
263 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_METADATA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
368 |   let string = """
369 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_FORMAT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 |   let string = """
414 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2019_09_META_SCHEMA_CONTENT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 |   let string = """
436 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |   let string = """
 86 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_CORE' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |   let string = """
152 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_APPLICATOR' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |   let string = """
210 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_UNEVALUATED' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
265 |   let string = """
266 |       {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_VALIDATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
288 |   let string = """
289 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_METADATA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
394 |   let string = """
395 |     {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_FORMAT_ANNOTATION' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 |   let string = """
440 |   {
/host/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: add '@MainActor' to make let 'DRAFT_2020_12_META_SCHEMA_CONTENT' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 |   let string = """
462 |   {
/host/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: add '@MainActor' to make let 'DRAFT_04_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |   let string = """
 68 |   {
/host/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: add '@MainActor' to make let 'DRAFT_06_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |   let string = """
  7 |   {
/host/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: add '@MainActor' to make let 'DRAFT_07_META_SCHEMA' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |   let string = """
 73 |   {
[14/41] Compiling JSONSchema additionalItems.swift
[15/41] Compiling JSONSchema additionalProperties.swift
[16/41] Compiling JSONSchema allOf.swift
[17/41] Compiling JSONSchema anyOf.swift
[18/41] Compiling JSONSchema contains.swift
[19/41] Compiling JSONSchema JSONPointer.swift
[20/41] Compiling JSONSchema JSONSchema.swift
[21/41] Compiling JSONSchema RefResolver.swift
[22/41] Compiling JSONSchema const.swift
[23/41] Compiling JSONSchema dependentRequired.swift
[24/41] Compiling JSONSchema enum.swift
[25/41] Compiling JSONSchema minMaxItems.swift
[26/41] Compiling JSONSchema minMaxLength.swift
[27/41] Compiling JSONSchema minMaxNumber.swift
[28/41] Compiling JSONSchema minMaxProperties.swift
[29/41] Compiling JSONSchema multipleOf.swift
[30/41] Compiling JSONSchema pattern.swift
[31/41] Compiling JSONSchema required.swift
[32/41] Compiling JSONSchema uniqueItems.swift
[33/41] Compiling JSONSchema oneOf.swift
[34/41] Compiling JSONSchema patternProperties.swift
[35/41] Compiling JSONSchema properties.swift
[36/41] Compiling JSONSchema propertyNames.swift
[37/41] Compiling JSONSchema ref.swift
[38/41] Compiling JSONSchema ValidationResult.swift
[39/41] Compiling JSONSchema Validator.swift
[40/41] Compiling JSONSchema Validators.swift
[41/41] Compiling JSONSchema format.swift
Build complete! (13.65s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.