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

Failed to build JSONSchema, reference master (8c7ec1), with Swift 6.1 for Android on 27 May 2025 23:07:29 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylef/JSONSchema.swift.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/kylef/JSONSchema.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8c7ec15 feat: Add support for date-time format
Submodule path 'Tests/Cases': checked out 'fd0aa9f8e2497d9048e17f071abb8fa409f5cb52'
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 @):
8c7ec156dde09715d8d2ed83cc8fe6b1ba90648c
SUCCESS checkout https://github.com/kylef/JSONSchema.swift.git at master
========================================
Build
========================================
Selected platform:         android
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"
    },
    {
      "identity" : "spectre",
      "requirement" : {
        "revision" : [
          "d02129a9af77729de049d328dd61e530b6f2bb2b"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Spectre.git"
    }
  ],
  "manifest_display_name" : "JSONSchema",
  "name" : "JSONSchema",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "JSONSchema",
      "targets" : [
        "JSONSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONSchemaTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaTests",
      "path" : "Tests/JSONSchemaTests",
      "product_dependencies" : [
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "Format/TestDuration.swift",
        "JSONPointerTests.swift",
        "JSONSchemaCases.swift",
        "JSONSchemaTests.swift",
        "Validation/TestEnum.swift",
        "Validation/TestRef.swift",
        "Validation/TestRequired.swift",
        "Validation/tests.swift",
        "ValidationErrorTests.swift",
        "ValidationResultTests.swift",
        "XCTest.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/prefixItems.swift",
        "Applicators/properties.swift",
        "Applicators/propertyNames.swift",
        "Core/ref.swift",
        "Draft201909Validator.swift",
        "Draft202012Validator.swift",
        "Draft4Validator.swift",
        "Draft6Validator.swift",
        "Draft7Validator.swift",
        "Format/date-time.swift",
        "Format/date.swift",
        "Format/duration.swift",
        "Format/time.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" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.30s)
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.28s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.37s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at d02129a9af77729de049d328dd61e530b6f2bb2b
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/41] Emitting module JSONSchema
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:86: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
 84 | }
 85 |
 86 | 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
 87 |   let string = """
 88 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:136: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
134 |
135 |
136 | 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
137 |   let string = """
138 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:201: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
199 |
200 |
201 | 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
202 |   let string = """
203 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:265: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
263 |
264 |
265 | 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
266 |   let string = """
267 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:371: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
369 |
370 |
371 | 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
372 |   let string = """
373 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:416: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
414 |
415 |
416 | 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
417 |   let string = """
418 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:438: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
436 |
437 |
438 | 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
439 |   let string = """
440 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:88: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
 86 |
 87 |
 88 | 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
 89 |   let string = """
 90 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:154: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
152 |
153 |
154 | 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
155 |   let string = """
156 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:212: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
210 | }()
211 |
212 | 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
213 |   let string = """
214 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:268: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
266 |
267 |
268 | 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
269 |   let string = """
270 |       {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:291: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
289 |
290 |
291 | 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
292 |   let string = """
293 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:397: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
395 |
396 |
397 | 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
398 |   let string = """
399 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:442: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
440 |
441 |
442 | 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
443 |   let string = """
444 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:464: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
462 |
463 |
464 | 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
465 |   let string = """
466 |   {
/host/spi-builder-workspace/Sources/Draft4Validator.swift:67: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
 65 | }
 66 |
 67 | 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
 68 |   let string = """
 69 |   {
/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:74: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
 72 | }
 73 |
 74 | 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
 75 |   let string = """
 76 |   {
/host/spi-builder-workspace/Sources/Format/duration.swift:20:5: warning: var 'durationExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 |    duration          = "P" (dur-date / dur-time / dur-week)
19 | */
20 | var durationExpression: NSRegularExpression = {
   |     |- warning: var 'durationExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: convert 'durationExpression' to a 'let' constant to make 'Sendable' shared state immutable
   |     |- note: add '@MainActor' to make var 'durationExpression' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |   let second = "(\\d+S)"
22 |   let minute = "((\\d+M)\(second)?)"
/host/spi-builder-workspace/Sources/Format/time.swift:20:5: warning: var 'timeExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |
 20 | var timeExpression: NSRegularExpression = {
    |     |- warning: var 'timeExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'timeExpression' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'timeExpression' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |   let time = #"""
 22 |   (?x)
[4/46] Compiling JSONSchema prefixItems.swift
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:86: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
 84 | }
 85 |
 86 | 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
 87 |   let string = """
 88 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:136: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
134 |
135 |
136 | 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
137 |   let string = """
138 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:201: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
199 |
200 |
201 | 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
202 |   let string = """
203 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:265: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
263 |
264 |
265 | 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
266 |   let string = """
267 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:371: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
369 |
370 |
371 | 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
372 |   let string = """
373 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:416: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
414 |
415 |
416 | 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
417 |   let string = """
418 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:438: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
436 |
437 |
438 | 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
439 |   let string = """
440 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:88: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
 86 |
 87 |
 88 | 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
 89 |   let string = """
 90 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:154: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
152 |
153 |
154 | 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
155 |   let string = """
156 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:212: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
210 | }()
211 |
212 | 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
213 |   let string = """
214 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:268: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
266 |
267 |
268 | 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
269 |   let string = """
270 |       {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:291: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
289 |
290 |
291 | 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
292 |   let string = """
293 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:397: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
395 |
396 |
397 | 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
398 |   let string = """
399 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:442: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
440 |
441 |
442 | 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
443 |   let string = """
444 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:464: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
462 |
463 |
464 | 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
465 |   let string = """
466 |   {
[5/46] Compiling JSONSchema properties.swift
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:86: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
 84 | }
 85 |
 86 | 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
 87 |   let string = """
 88 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:136: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
134 |
135 |
136 | 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
137 |   let string = """
138 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:201: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
199 |
200 |
201 | 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
202 |   let string = """
203 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:265: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
263 |
264 |
265 | 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
266 |   let string = """
267 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:371: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
369 |
370 |
371 | 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
372 |   let string = """
373 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:416: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
414 |
415 |
416 | 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
417 |   let string = """
418 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:438: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
436 |
437 |
438 | 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
439 |   let string = """
440 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:88: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
 86 |
 87 |
 88 | 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
 89 |   let string = """
 90 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:154: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
152 |
153 |
154 | 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
155 |   let string = """
156 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:212: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
210 | }()
211 |
212 | 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
213 |   let string = """
214 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:268: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
266 |
267 |
268 | 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
269 |   let string = """
270 |       {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:291: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
289 |
290 |
291 | 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
292 |   let string = """
293 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:397: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
395 |
396 |
397 | 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
398 |   let string = """
399 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:442: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
440 |
441 |
442 | 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
443 |   let string = """
444 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:464: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
462 |
463 |
464 | 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
465 |   let string = """
466 |   {
[6/46] Compiling JSONSchema propertyNames.swift
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:86: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
 84 | }
 85 |
 86 | 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
 87 |   let string = """
 88 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:136: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
134 |
135 |
136 | 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
137 |   let string = """
138 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:201: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
199 |
200 |
201 | 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
202 |   let string = """
203 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:265: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
263 |
264 |
265 | 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
266 |   let string = """
267 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:371: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
369 |
370 |
371 | 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
372 |   let string = """
373 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:416: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
414 |
415 |
416 | 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
417 |   let string = """
418 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:438: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
436 |
437 |
438 | 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
439 |   let string = """
440 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:88: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
 86 |
 87 |
 88 | 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
 89 |   let string = """
 90 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:154: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
152 |
153 |
154 | 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
155 |   let string = """
156 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:212: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
210 | }()
211 |
212 | 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
213 |   let string = """
214 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:268: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
266 |
267 |
268 | 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
269 |   let string = """
270 |       {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:291: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
289 |
290 |
291 | 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
292 |   let string = """
293 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:397: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
395 |
396 |
397 | 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
398 |   let string = """
399 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:442: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
440 |
441 |
442 | 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
443 |   let string = """
444 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:464: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
462 |
463 |
464 | 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
465 |   let string = """
466 |   {
[7/46] Compiling JSONSchema ref.swift
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:86: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
 84 | }
 85 |
 86 | 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
 87 |   let string = """
 88 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:136: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
134 |
135 |
136 | 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
137 |   let string = """
138 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:201: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
199 |
200 |
201 | 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
202 |   let string = """
203 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:265: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
263 |
264 |
265 | 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
266 |   let string = """
267 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:371: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
369 |
370 |
371 | 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
372 |   let string = """
373 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:416: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
414 |
415 |
416 | 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
417 |   let string = """
418 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:438: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
436 |
437 |
438 | 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
439 |   let string = """
440 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:88: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
 86 |
 87 |
 88 | 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
 89 |   let string = """
 90 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:154: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
152 |
153 |
154 | 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
155 |   let string = """
156 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:212: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
210 | }()
211 |
212 | 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
213 |   let string = """
214 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:268: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
266 |
267 |
268 | 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
269 |   let string = """
270 |       {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:291: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
289 |
290 |
291 | 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
292 |   let string = """
293 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:397: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
395 |
396 |
397 | 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
398 |   let string = """
399 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:442: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
440 |
441 |
442 | 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
443 |   let string = """
444 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:464: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
462 |
463 |
464 | 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
465 |   let string = """
466 |   {
[8/46] Compiling JSONSchema Draft201909Validator.swift
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:86: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
 84 | }
 85 |
 86 | 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
 87 |   let string = """
 88 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:136: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
134 |
135 |
136 | 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
137 |   let string = """
138 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:201: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
199 |
200 |
201 | 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
202 |   let string = """
203 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:265: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
263 |
264 |
265 | 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
266 |   let string = """
267 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:371: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
369 |
370 |
371 | 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
372 |   let string = """
373 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:416: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
414 |
415 |
416 | 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
417 |   let string = """
418 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:438: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
436 |
437 |
438 | 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
439 |   let string = """
440 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:88: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
 86 |
 87 |
 88 | 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
 89 |   let string = """
 90 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:154: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
152 |
153 |
154 | 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
155 |   let string = """
156 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:212: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
210 | }()
211 |
212 | 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
213 |   let string = """
214 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:268: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
266 |
267 |
268 | 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
269 |   let string = """
270 |       {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:291: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
289 |
290 |
291 | 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
292 |   let string = """
293 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:397: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
395 |
396 |
397 | 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
398 |   let string = """
399 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:442: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
440 |
441 |
442 | 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
443 |   let string = """
444 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:464: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
462 |
463 |
464 | 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
465 |   let string = """
466 |   {
[9/46] Compiling JSONSchema Draft202012Validator.swift
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:86: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
 84 | }
 85 |
 86 | 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
 87 |   let string = """
 88 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:136: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
134 |
135 |
136 | 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
137 |   let string = """
138 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:201: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
199 |
200 |
201 | 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
202 |   let string = """
203 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:265: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
263 |
264 |
265 | 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
266 |   let string = """
267 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:371: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
369 |
370 |
371 | 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
372 |   let string = """
373 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:416: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
414 |
415 |
416 | 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
417 |   let string = """
418 |   {
/host/spi-builder-workspace/Sources/Draft201909Validator.swift:438: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
436 |
437 |
438 | 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
439 |   let string = """
440 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:88: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
 86 |
 87 |
 88 | 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
 89 |   let string = """
 90 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:154: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
152 |
153 |
154 | 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
155 |   let string = """
156 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:212: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
210 | }()
211 |
212 | 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
213 |   let string = """
214 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:268: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
266 |
267 |
268 | 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
269 |   let string = """
270 |       {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:291: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
289 |
290 |
291 | 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
292 |   let string = """
293 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:397: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
395 |
396 |
397 | 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
398 |   let string = """
399 |     {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:442: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
440 |
441 |
442 | 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
443 |   let string = """
444 |   {
/host/spi-builder-workspace/Sources/Draft202012Validator.swift:464: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
462 |
463 |
464 | 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
465 |   let string = """
466 |   {
[10/46] Compiling JSONSchema additionalItems.swift
[11/46] Compiling JSONSchema additionalProperties.swift
[12/46] Compiling JSONSchema allOf.swift
[13/46] Compiling JSONSchema anyOf.swift
[14/46] Compiling JSONSchema contains.swift
[15/46] Compiling JSONSchema dependencies.swift
[16/46] Compiling JSONSchema duration.swift
/host/spi-builder-workspace/Sources/Format/duration.swift:20:5: warning: var 'durationExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 |    duration          = "P" (dur-date / dur-time / dur-week)
19 | */
20 | var durationExpression: NSRegularExpression = {
   |     |- warning: var 'durationExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: convert 'durationExpression' to a 'let' constant to make 'Sendable' shared state immutable
   |     |- note: add '@MainActor' to make var 'durationExpression' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |   let second = "(\\d+S)"
22 |   let minute = "((\\d+M)\(second)?)"
/host/spi-builder-workspace/Sources/Format/time.swift:20:5: warning: var 'timeExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |
 20 | var timeExpression: NSRegularExpression = {
    |     |- warning: var 'timeExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'timeExpression' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'timeExpression' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |   let time = #"""
 22 |   (?x)
/host/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  2 |
  3 | func urlSplitFragment(url: String) -> (String, String) {
  4 |   guard let hashIndex = url.index(of: "#") else {
    |                             |- warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
    |                             `- note: use 'firstIndex(of:)' instead
  5 |     return (url, "")
  6 |   }
[17/46] Compiling JSONSchema time.swift
/host/spi-builder-workspace/Sources/Format/duration.swift:20:5: warning: var 'durationExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 |    duration          = "P" (dur-date / dur-time / dur-week)
19 | */
20 | var durationExpression: NSRegularExpression = {
   |     |- warning: var 'durationExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: convert 'durationExpression' to a 'let' constant to make 'Sendable' shared state immutable
   |     |- note: add '@MainActor' to make var 'durationExpression' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |   let second = "(\\d+S)"
22 |   let minute = "((\\d+M)\(second)?)"
/host/spi-builder-workspace/Sources/Format/time.swift:20:5: warning: var 'timeExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |
 20 | var timeExpression: NSRegularExpression = {
    |     |- warning: var 'timeExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'timeExpression' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'timeExpression' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |   let time = #"""
 22 |   (?x)
/host/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  2 |
  3 | func urlSplitFragment(url: String) -> (String, String) {
  4 |   guard let hashIndex = url.index(of: "#") else {
    |                             |- warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
    |                             `- note: use 'firstIndex(of:)' instead
  5 |     return (url, "")
  6 |   }
[18/46] Compiling JSONSchema JSONPointer.swift
/host/spi-builder-workspace/Sources/Format/duration.swift:20:5: warning: var 'durationExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 |    duration          = "P" (dur-date / dur-time / dur-week)
19 | */
20 | var durationExpression: NSRegularExpression = {
   |     |- warning: var 'durationExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: convert 'durationExpression' to a 'let' constant to make 'Sendable' shared state immutable
   |     |- note: add '@MainActor' to make var 'durationExpression' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |   let second = "(\\d+S)"
22 |   let minute = "((\\d+M)\(second)?)"
/host/spi-builder-workspace/Sources/Format/time.swift:20:5: warning: var 'timeExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |
 20 | var timeExpression: NSRegularExpression = {
    |     |- warning: var 'timeExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'timeExpression' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'timeExpression' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |   let time = #"""
 22 |   (?x)
/host/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  2 |
  3 | func urlSplitFragment(url: String) -> (String, String) {
  4 |   guard let hashIndex = url.index(of: "#") else {
    |                             |- warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
    |                             `- note: use 'firstIndex(of:)' instead
  5 |     return (url, "")
  6 |   }
[19/46] Compiling JSONSchema JSONSchema.swift
/host/spi-builder-workspace/Sources/Format/duration.swift:20:5: warning: var 'durationExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 |    duration          = "P" (dur-date / dur-time / dur-week)
19 | */
20 | var durationExpression: NSRegularExpression = {
   |     |- warning: var 'durationExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: convert 'durationExpression' to a 'let' constant to make 'Sendable' shared state immutable
   |     |- note: add '@MainActor' to make var 'durationExpression' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |   let second = "(\\d+S)"
22 |   let minute = "((\\d+M)\(second)?)"
/host/spi-builder-workspace/Sources/Format/time.swift:20:5: warning: var 'timeExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |
 20 | var timeExpression: NSRegularExpression = {
    |     |- warning: var 'timeExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'timeExpression' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'timeExpression' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |   let time = #"""
 22 |   (?x)
/host/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  2 |
  3 | func urlSplitFragment(url: String) -> (String, String) {
  4 |   guard let hashIndex = url.index(of: "#") else {
    |                             |- warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
    |                             `- note: use 'firstIndex(of:)' instead
  5 |     return (url, "")
  6 |   }
[20/46] Compiling JSONSchema RefResolver.swift
/host/spi-builder-workspace/Sources/Format/duration.swift:20:5: warning: var 'durationExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 |    duration          = "P" (dur-date / dur-time / dur-week)
19 | */
20 | var durationExpression: NSRegularExpression = {
   |     |- warning: var 'durationExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: convert 'durationExpression' to a 'let' constant to make 'Sendable' shared state immutable
   |     |- note: add '@MainActor' to make var 'durationExpression' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |   let second = "(\\d+S)"
22 |   let minute = "((\\d+M)\(second)?)"
/host/spi-builder-workspace/Sources/Format/time.swift:20:5: warning: var 'timeExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |
 20 | var timeExpression: NSRegularExpression = {
    |     |- warning: var 'timeExpression' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'timeExpression' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'timeExpression' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |   let time = #"""
 22 |   (?x)
/host/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  2 |
  3 | func urlSplitFragment(url: String) -> (String, String) {
  4 |   guard let hashIndex = url.index(of: "#") else {
    |                             |- warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
    |                             `- note: use 'firstIndex(of:)' instead
  5 |     return (url, "")
  6 |   }
[21/46] Compiling JSONSchema Draft4Validator.swift
/host/spi-builder-workspace/Sources/Draft4Validator.swift:67: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
 65 | }
 66 |
 67 | 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
 68 |   let string = """
 69 |   {
/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:74: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
 72 | }
 73 |
 74 | 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
 75 |   let string = """
 76 |   {
[22/46] Compiling JSONSchema Draft6Validator.swift
/host/spi-builder-workspace/Sources/Draft4Validator.swift:67: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
 65 | }
 66 |
 67 | 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
 68 |   let string = """
 69 |   {
/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:74: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
 72 | }
 73 |
 74 | 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
 75 |   let string = """
 76 |   {
[23/46] Compiling JSONSchema Draft7Validator.swift
/host/spi-builder-workspace/Sources/Draft4Validator.swift:67: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
 65 | }
 66 |
 67 | 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
 68 |   let string = """
 69 |   {
/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:74: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
 72 | }
 73 |
 74 | 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
 75 |   let string = """
 76 |   {
[24/46] Compiling JSONSchema date-time.swift
/host/spi-builder-workspace/Sources/Draft4Validator.swift:67: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
 65 | }
 66 |
 67 | 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
 68 |   let string = """
 69 |   {
/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:74: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
 72 | }
 73 |
 74 | 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
 75 |   let string = """
 76 |   {
[25/46] Compiling JSONSchema date.swift
/host/spi-builder-workspace/Sources/Draft4Validator.swift:67: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
 65 | }
 66 |
 67 | 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
 68 |   let string = """
 69 |   {
/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:74: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
 72 | }
 73 |
 74 | 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
 75 |   let string = """
 76 |   {
[26/46] Compiling JSONSchema uniqueItems.swift
/host/spi-builder-workspace/Sources/Validators.swift:60:79: error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 58 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && NSNumber(value: number.intValue) == number
 59 | #else
 60 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && (!CFNumberIsFloatType(number) || NSNumber(value: number.intValue) == number)
    |                                                                               `- error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 61 | #endif
 62 | }
/host/spi-builder-workspace/Sources/format.swift:46:65: error: cannot find 'INET6_ADDRSTRLEN' in scope
 44 | func validateIPv6(_ context: Context, _ value: String) -> AnySequence<ValidationError> {
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
    |                                                                 `- error: cannot find 'INET6_ADDRSTRLEN' in scope
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
 48 |       return AnySequence(EmptyCollection())
/host/spi-builder-workspace/Sources/format.swift:47:8: error: cannot find 'inet_pton' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |        `- error: cannot find 'inet_pton' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
/host/spi-builder-workspace/Sources/format.swift:47:18: error: cannot find 'AF_INET6' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |                  `- error: cannot find 'AF_INET6' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
[27/46] Compiling JSONSchema ValidationResult.swift
/host/spi-builder-workspace/Sources/Validators.swift:60:79: error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 58 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && NSNumber(value: number.intValue) == number
 59 | #else
 60 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && (!CFNumberIsFloatType(number) || NSNumber(value: number.intValue) == number)
    |                                                                               `- error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 61 | #endif
 62 | }
/host/spi-builder-workspace/Sources/format.swift:46:65: error: cannot find 'INET6_ADDRSTRLEN' in scope
 44 | func validateIPv6(_ context: Context, _ value: String) -> AnySequence<ValidationError> {
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
    |                                                                 `- error: cannot find 'INET6_ADDRSTRLEN' in scope
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
 48 |       return AnySequence(EmptyCollection())
/host/spi-builder-workspace/Sources/format.swift:47:8: error: cannot find 'inet_pton' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |        `- error: cannot find 'inet_pton' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
/host/spi-builder-workspace/Sources/format.swift:47:18: error: cannot find 'AF_INET6' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |                  `- error: cannot find 'AF_INET6' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
[28/46] Compiling JSONSchema Validator.swift
/host/spi-builder-workspace/Sources/Validators.swift:60:79: error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 58 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && NSNumber(value: number.intValue) == number
 59 | #else
 60 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && (!CFNumberIsFloatType(number) || NSNumber(value: number.intValue) == number)
    |                                                                               `- error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 61 | #endif
 62 | }
/host/spi-builder-workspace/Sources/format.swift:46:65: error: cannot find 'INET6_ADDRSTRLEN' in scope
 44 | func validateIPv6(_ context: Context, _ value: String) -> AnySequence<ValidationError> {
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
    |                                                                 `- error: cannot find 'INET6_ADDRSTRLEN' in scope
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
 48 |       return AnySequence(EmptyCollection())
/host/spi-builder-workspace/Sources/format.swift:47:8: error: cannot find 'inet_pton' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |        `- error: cannot find 'inet_pton' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
/host/spi-builder-workspace/Sources/format.swift:47:18: error: cannot find 'AF_INET6' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |                  `- error: cannot find 'AF_INET6' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
[29/46] Compiling JSONSchema Validators.swift
/host/spi-builder-workspace/Sources/Validators.swift:60:79: error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 58 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && NSNumber(value: number.intValue) == number
 59 | #else
 60 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && (!CFNumberIsFloatType(number) || NSNumber(value: number.intValue) == number)
    |                                                                               `- error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 61 | #endif
 62 | }
/host/spi-builder-workspace/Sources/format.swift:46:65: error: cannot find 'INET6_ADDRSTRLEN' in scope
 44 | func validateIPv6(_ context: Context, _ value: String) -> AnySequence<ValidationError> {
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
    |                                                                 `- error: cannot find 'INET6_ADDRSTRLEN' in scope
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
 48 |       return AnySequence(EmptyCollection())
/host/spi-builder-workspace/Sources/format.swift:47:8: error: cannot find 'inet_pton' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |        `- error: cannot find 'inet_pton' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
/host/spi-builder-workspace/Sources/format.swift:47:18: error: cannot find 'AF_INET6' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |                  `- error: cannot find 'AF_INET6' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
[30/46] Compiling JSONSchema format.swift
/host/spi-builder-workspace/Sources/Validators.swift:60:79: error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 58 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && NSNumber(value: number.intValue) == number
 59 | #else
 60 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && (!CFNumberIsFloatType(number) || NSNumber(value: number.intValue) == number)
    |                                                                               `- error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 61 | #endif
 62 | }
/host/spi-builder-workspace/Sources/format.swift:46:65: error: cannot find 'INET6_ADDRSTRLEN' in scope
 44 | func validateIPv6(_ context: Context, _ value: String) -> AnySequence<ValidationError> {
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
    |                                                                 `- error: cannot find 'INET6_ADDRSTRLEN' in scope
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
 48 |       return AnySequence(EmptyCollection())
/host/spi-builder-workspace/Sources/format.swift:47:8: error: cannot find 'inet_pton' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |        `- error: cannot find 'inet_pton' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
/host/spi-builder-workspace/Sources/format.swift:47:18: error: cannot find 'AF_INET6' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |                  `- error: cannot find 'AF_INET6' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
[31/46] Compiling JSONSchema const.swift
[32/46] Compiling JSONSchema dependentRequired.swift
[33/46] Compiling JSONSchema enum.swift
[34/46] Compiling JSONSchema minMaxItems.swift
[35/46] Compiling JSONSchema minMaxLength.swift
[36/46] Compiling JSONSchema minMaxNumber.swift
[37/46] Compiling JSONSchema minMaxProperties.swift
[38/46] Compiling JSONSchema multipleOf.swift
[39/46] Compiling JSONSchema pattern.swift
[40/46] Compiling JSONSchema required.swift
[41/46] Compiling JSONSchema dependentSchemas.swift
[42/46] Compiling JSONSchema if.swift
[43/46] Compiling JSONSchema items.swift
[44/46] Compiling JSONSchema not.swift
[45/46] Compiling JSONSchema oneOf.swift
[46/46] Compiling JSONSchema patternProperties.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/40] Emitting module JSONSchema
[3/45] Compiling JSONSchema minMaxNumber.swift
[4/45] Compiling JSONSchema minMaxProperties.swift
[5/45] Compiling JSONSchema multipleOf.swift
[6/45] Compiling JSONSchema pattern.swift
[7/45] Compiling JSONSchema required.swift
[8/45] Compiling JSONSchema additionalItems.swift
[9/45] Compiling JSONSchema additionalProperties.swift
[10/45] Compiling JSONSchema allOf.swift
[11/45] Compiling JSONSchema anyOf.swift
[12/45] Compiling JSONSchema contains.swift
[13/45] Compiling JSONSchema dependencies.swift
[14/45] Compiling JSONSchema uniqueItems.swift
/host/spi-builder-workspace/Sources/Validators.swift:60:79: error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 58 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && NSNumber(value: number.intValue) == number
 59 | #else
 60 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && (!CFNumberIsFloatType(number) || NSNumber(value: number.intValue) == number)
    |                                                                               `- error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 61 | #endif
 62 | }
/host/spi-builder-workspace/Sources/format.swift:46:65: error: cannot find 'INET6_ADDRSTRLEN' in scope
 44 | func validateIPv6(_ context: Context, _ value: String) -> AnySequence<ValidationError> {
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
    |                                                                 `- error: cannot find 'INET6_ADDRSTRLEN' in scope
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
 48 |       return AnySequence(EmptyCollection())
/host/spi-builder-workspace/Sources/format.swift:47:8: error: cannot find 'inet_pton' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |        `- error: cannot find 'inet_pton' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
/host/spi-builder-workspace/Sources/format.swift:47:18: error: cannot find 'AF_INET6' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |                  `- error: cannot find 'AF_INET6' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
[15/45] Compiling JSONSchema ValidationResult.swift
/host/spi-builder-workspace/Sources/Validators.swift:60:79: error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 58 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && NSNumber(value: number.intValue) == number
 59 | #else
 60 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && (!CFNumberIsFloatType(number) || NSNumber(value: number.intValue) == number)
    |                                                                               `- error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 61 | #endif
 62 | }
/host/spi-builder-workspace/Sources/format.swift:46:65: error: cannot find 'INET6_ADDRSTRLEN' in scope
 44 | func validateIPv6(_ context: Context, _ value: String) -> AnySequence<ValidationError> {
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
    |                                                                 `- error: cannot find 'INET6_ADDRSTRLEN' in scope
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
 48 |       return AnySequence(EmptyCollection())
/host/spi-builder-workspace/Sources/format.swift:47:8: error: cannot find 'inet_pton' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |        `- error: cannot find 'inet_pton' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
/host/spi-builder-workspace/Sources/format.swift:47:18: error: cannot find 'AF_INET6' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |                  `- error: cannot find 'AF_INET6' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
[16/45] Compiling JSONSchema Validator.swift
/host/spi-builder-workspace/Sources/Validators.swift:60:79: error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 58 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && NSNumber(value: number.intValue) == number
 59 | #else
 60 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && (!CFNumberIsFloatType(number) || NSNumber(value: number.intValue) == number)
    |                                                                               `- error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 61 | #endif
 62 | }
/host/spi-builder-workspace/Sources/format.swift:46:65: error: cannot find 'INET6_ADDRSTRLEN' in scope
 44 | func validateIPv6(_ context: Context, _ value: String) -> AnySequence<ValidationError> {
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
    |                                                                 `- error: cannot find 'INET6_ADDRSTRLEN' in scope
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
 48 |       return AnySequence(EmptyCollection())
/host/spi-builder-workspace/Sources/format.swift:47:8: error: cannot find 'inet_pton' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |        `- error: cannot find 'inet_pton' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
/host/spi-builder-workspace/Sources/format.swift:47:18: error: cannot find 'AF_INET6' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |                  `- error: cannot find 'AF_INET6' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
[17/45] Compiling JSONSchema Validators.swift
/host/spi-builder-workspace/Sources/Validators.swift:60:79: error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 58 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && NSNumber(value: number.intValue) == number
 59 | #else
 60 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && (!CFNumberIsFloatType(number) || NSNumber(value: number.intValue) == number)
    |                                                                               `- error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 61 | #endif
 62 | }
/host/spi-builder-workspace/Sources/format.swift:46:65: error: cannot find 'INET6_ADDRSTRLEN' in scope
 44 | func validateIPv6(_ context: Context, _ value: String) -> AnySequence<ValidationError> {
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
    |                                                                 `- error: cannot find 'INET6_ADDRSTRLEN' in scope
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
 48 |       return AnySequence(EmptyCollection())
/host/spi-builder-workspace/Sources/format.swift:47:8: error: cannot find 'inet_pton' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |        `- error: cannot find 'inet_pton' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
/host/spi-builder-workspace/Sources/format.swift:47:18: error: cannot find 'AF_INET6' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |                  `- error: cannot find 'AF_INET6' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
[18/45] Compiling JSONSchema format.swift
/host/spi-builder-workspace/Sources/Validators.swift:60:79: error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 58 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && NSNumber(value: number.intValue) == number
 59 | #else
 60 |   return CFGetTypeID(number) != CFBooleanGetTypeID() && (!CFNumberIsFloatType(number) || NSNumber(value: number.intValue) == number)
    |                                                                               `- error: cannot convert value of type 'NSNumber' to expected argument type 'CFNumber'
 61 | #endif
 62 | }
/host/spi-builder-workspace/Sources/format.swift:46:65: error: cannot find 'INET6_ADDRSTRLEN' in scope
 44 | func validateIPv6(_ context: Context, _ value: String) -> AnySequence<ValidationError> {
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
    |                                                                 `- error: cannot find 'INET6_ADDRSTRLEN' in scope
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
 48 |       return AnySequence(EmptyCollection())
/host/spi-builder-workspace/Sources/format.swift:47:8: error: cannot find 'inet_pton' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |        `- error: cannot find 'inet_pton' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
/host/spi-builder-workspace/Sources/format.swift:47:18: error: cannot find 'AF_INET6' in scope
 45 |   if !value.contains("%") {
 46 |     var buf = UnsafeMutablePointer<Int8>.allocate(capacity: Int(INET6_ADDRSTRLEN))
 47 |     if inet_pton(AF_INET6, value, &buf) == 1 {
    |                  `- error: cannot find 'AF_INET6' in scope
 48 |       return AnySequence(EmptyCollection())
 49 |     }
[19/45] Compiling JSONSchema dependentSchemas.swift
[20/45] Compiling JSONSchema if.swift
[21/45] Compiling JSONSchema items.swift
[22/45] Compiling JSONSchema not.swift
[23/45] Compiling JSONSchema oneOf.swift
[24/45] Compiling JSONSchema patternProperties.swift
[25/45] Compiling JSONSchema const.swift
[26/45] Compiling JSONSchema dependentRequired.swift
[27/45] Compiling JSONSchema enum.swift
[28/45] Compiling JSONSchema minMaxItems.swift
[29/45] Compiling JSONSchema minMaxLength.swift
[30/45] Compiling JSONSchema duration.swift
/host/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  2 |
  3 | func urlSplitFragment(url: String) -> (String, String) {
  4 |   guard let hashIndex = url.index(of: "#") else {
    |                             |- warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
    |                             `- note: use 'firstIndex(of:)' instead
  5 |     return (url, "")
  6 |   }
[31/45] Compiling JSONSchema time.swift
/host/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  2 |
  3 | func urlSplitFragment(url: String) -> (String, String) {
  4 |   guard let hashIndex = url.index(of: "#") else {
    |                             |- warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
    |                             `- note: use 'firstIndex(of:)' instead
  5 |     return (url, "")
  6 |   }
[32/45] Compiling JSONSchema JSONPointer.swift
/host/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  2 |
  3 | func urlSplitFragment(url: String) -> (String, String) {
  4 |   guard let hashIndex = url.index(of: "#") else {
    |                             |- warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
    |                             `- note: use 'firstIndex(of:)' instead
  5 |     return (url, "")
  6 |   }
[33/45] Compiling JSONSchema JSONSchema.swift
/host/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  2 |
  3 | func urlSplitFragment(url: String) -> (String, String) {
  4 |   guard let hashIndex = url.index(of: "#") else {
    |                             |- warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
    |                             `- note: use 'firstIndex(of:)' instead
  5 |     return (url, "")
  6 |   }
[34/45] Compiling JSONSchema RefResolver.swift
/host/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  2 |
  3 | func urlSplitFragment(url: String) -> (String, String) {
  4 |   guard let hashIndex = url.index(of: "#") else {
    |                             |- warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
    |                             `- note: use 'firstIndex(of:)' instead
  5 |     return (url, "")
  6 |   }
[35/45] Compiling JSONSchema prefixItems.swift
[36/45] Compiling JSONSchema properties.swift
[37/45] Compiling JSONSchema propertyNames.swift
[38/45] Compiling JSONSchema ref.swift
[39/45] Compiling JSONSchema Draft201909Validator.swift
[40/45] Compiling JSONSchema Draft202012Validator.swift
[41/45] Compiling JSONSchema Draft4Validator.swift
[42/45] Compiling JSONSchema Draft6Validator.swift
[43/45] Compiling JSONSchema Draft7Validator.swift
[44/45] Compiling JSONSchema date-time.swift
[45/45] Compiling JSONSchema date.swift
BUILD FAILURE 6.1 android