The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of JSONSchema with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylef/JSONSchema.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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 '/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/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
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.18s)
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git (0.25s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.0 (0.06s)
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.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "jsonschema.swift",
      "name": "JSONSchema",
      "url": "https://github.com/kylef/JSONSchema.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONSchema.swift",
      "dependencies": [
        {
          "identity": "pathkit",
          "name": "PathKit",
          "url": "https://github.com/kylef/PathKit.git",
          "version": "1.0.1",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathKit",
          "dependencies": [
            {
              "identity": "spectre",
              "name": "Spectre",
              "url": "https://github.com/kylef/Spectre.git",
              "version": "unspecified",
              "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "spectre",
          "name": "Spectre",
          "url": "https://github.com/kylef/Spectre.git",
          "version": "unspecified",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kylef/JSONSchema.swift.git
[1/2304] Fetching jsonschema.swift
Fetched https://github.com/kylef/JSONSchema.swift.git (0.40s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.26s)
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git (0.27s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.09s)
Creating working copy for https://github.com/kylef/JSONSchema.swift.git
Working copy of https://github.com/kylef/JSONSchema.swift.git resolved at master
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at d02129a9af77729de049d328dd61e530b6f2bb2b
warning: '.resolve-product-dependencies': dependency 'jsonschema.swift' is not used by any target
Found 2 product dependencies
  - PathKit
  - Spectre
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/39] Emitting module JSONSchema
[2/39] Compiling JSONSchema prefixItems.swift
[3/39] Compiling JSONSchema properties.swift
[4/39] Compiling JSONSchema propertyNames.swift
[5/39] Compiling JSONSchema ref.swift
[6/39] Compiling JSONSchema Draft201909Validator.swift
[7/39] Compiling JSONSchema Draft202012Validator.swift
[8/39] Compiling JSONSchema const.swift
[9/39] Compiling JSONSchema dependentRequired.swift
[10/39] Compiling JSONSchema enum.swift
[11/39] Compiling JSONSchema minMaxItems.swift
[12/39] Compiling JSONSchema minMaxLength.swift
[13/39] Compiling JSONSchema minMaxNumber.swift
[14/39] Compiling JSONSchema minMaxProperties.swift
[15/39] Compiling JSONSchema multipleOf.swift
[16/39] Compiling JSONSchema pattern.swift
[17/39] Compiling JSONSchema required.swift
[18/44] Compiling JSONSchema dependentSchemas.swift
[19/44] Compiling JSONSchema if.swift
[20/44] Compiling JSONSchema items.swift
[21/44] Compiling JSONSchema not.swift
[22/44] Compiling JSONSchema oneOf.swift
[23/44] Compiling JSONSchema patternProperties.swift
[24/44] Compiling JSONSchema duration.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  guard let hashIndex = url.index(of: "#") else {
                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: note: use 'firstIndex(of:)' instead
  guard let hashIndex = url.index(of: "#") else {
                            ^~~~~
                            firstIndex
[25/44] Compiling JSONSchema time.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  guard let hashIndex = url.index(of: "#") else {
                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: note: use 'firstIndex(of:)' instead
  guard let hashIndex = url.index(of: "#") else {
                            ^~~~~
                            firstIndex
[26/44] Compiling JSONSchema JSONPointer.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  guard let hashIndex = url.index(of: "#") else {
                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: note: use 'firstIndex(of:)' instead
  guard let hashIndex = url.index(of: "#") else {
                            ^~~~~
                            firstIndex
[27/44] Compiling JSONSchema JSONSchema.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  guard let hashIndex = url.index(of: "#") else {
                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: note: use 'firstIndex(of:)' instead
  guard let hashIndex = url.index(of: "#") else {
                            ^~~~~
                            firstIndex
[28/44] Compiling JSONSchema RefResolver.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  guard let hashIndex = url.index(of: "#") else {
                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: note: use 'firstIndex(of:)' instead
  guard let hashIndex = url.index(of: "#") else {
                            ^~~~~
                            firstIndex
[29/44] Compiling JSONSchema Draft4Validator.swift
[30/44] Compiling JSONSchema Draft6Validator.swift
[31/44] Compiling JSONSchema Draft7Validator.swift
[32/44] Compiling JSONSchema date-time.swift
[33/44] Compiling JSONSchema date.swift
[34/44] Compiling JSONSchema additionalItems.swift
[35/44] Compiling JSONSchema additionalProperties.swift
[36/44] Compiling JSONSchema allOf.swift
[37/44] Compiling JSONSchema anyOf.swift
[38/44] Compiling JSONSchema contains.swift
[39/44] Compiling JSONSchema dependencies.swift
[40/44] Compiling JSONSchema uniqueItems.swift
[41/44] Compiling JSONSchema ValidationResult.swift
[42/44] Compiling JSONSchema Validator.swift
[43/44] Compiling JSONSchema Validators.swift
[44/44] Compiling JSONSchema format.swift
Build complete! (11.71s)
Build complete.
Done.