The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JSONSchema, reference main (4c6f24), with Swift 6.1 for macOS (SPM) on 28 Aug 2025 18:28:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/JSONSchema.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattt/JSONSchema
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4c6f246 Bump minimum Swift Collections version to 1.1.0 (#14)
Cloned https://github.com/mattt/JSONSchema.git
Revision (git rev-parse @):
4c6f2467d5bc72b062c7a9b7e4cd77a09635ea8b
SUCCESS checkout https://github.com/mattt/JSONSchema.git at main
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.14s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.76s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "jsonschema",
      "name": "JSONSchema",
      "url": "https://github.com/mattt/JSONSchema.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONSchema",
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mattt/JSONSchema.git
[1/192] Fetching jsonschema
Fetched https://github.com/mattt/JSONSchema.git from cache (0.73s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.64s)
Creating working copy for https://github.com/mattt/JSONSchema.git
Working copy of https://github.com/mattt/JSONSchema.git resolved at main (4c6f246)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
warning: '.resolve-product-dependencies': dependency 'jsonschema' is not used by any target
Found 1 product dependencies
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattt/JSONSchema.git
https://github.com/mattt/JSONSchema.git
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "JSONSchema",
  "name" : "JSONSchema",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONSchema",
      "targets" : [
        "JSONSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONSchemaTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaTests",
      "path" : "Tests/JSONSchemaTests",
      "sources" : [
        "JSONSchemaTests.swift",
        "JSONValueTests.swift"
      ],
      "target_dependencies" : [
        "JSONSchema"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchema",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchema",
      "path" : "Sources/JSONSchema",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "JSONSchema"
      ],
      "sources" : [
        "JSONSchema.swift",
        "JSONValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/18] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[6/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[7/19] Compiling InternalCollectionsUtilities Integer rank.swift
[8/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/19] Emitting module InternalCollectionsUtilities
[10/19] Compiling InternalCollectionsUtilities Debugging.swift
[11/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[12/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/19] Compiling InternalCollectionsUtilities Descriptions.swift
[14/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[21/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[22/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[23/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[24/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[25/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[26/81] Compiling OrderedCollections OrderedDictionary+Elements.swift
[27/81] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[28/81] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[29/81] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[30/81] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[31/81] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[32/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[33/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[34/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[35/81] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[36/81] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[37/81] Compiling OrderedCollections OrderedSet+Sendable.swift
[38/81] Compiling OrderedCollections OrderedSet+Hashable.swift
[39/81] Compiling OrderedCollections OrderedSet+Initializers.swift
[40/81] Compiling OrderedCollections OrderedSet+Insertions.swift
[41/81] Compiling OrderedCollections OrderedSet+Invariants.swift
[42/81] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[43/81] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[44/81] Compiling OrderedCollections OrderedSet+Codable.swift
[45/81] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[46/81] Compiling OrderedCollections OrderedSet+Descriptions.swift
[47/81] Compiling OrderedCollections OrderedSet+Diffing.swift
[48/81] Compiling OrderedCollections OrderedSet+Equatable.swift
[49/81] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[50/81] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[51/81] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[52/81] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[53/81] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[54/81] Compiling OrderedCollections OrderedDictionary+Values.swift
[55/81] Compiling OrderedCollections OrderedDictionary.swift
[56/81] Compiling OrderedCollections _HashTable+Bucket.swift
[57/81] Compiling OrderedCollections _HashTable+BucketIterator.swift
[58/81] Compiling OrderedCollections _HashTable+Constants.swift
[59/81] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[60/81] Compiling OrderedCollections _HashTable+Testing.swift
[61/81] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[62/81] Compiling OrderedCollections _HashTable.swift
[63/81] Compiling OrderedCollections _Hashtable+Header.swift
[64/81] Compiling OrderedCollections OrderedDictionary+Codable.swift
[65/81] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[66/81] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[67/81] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[68/81] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[69/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[70/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[71/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[72/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[73/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[74/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[75/81] Compiling OrderedCollections OrderedSet+SubSequence.swift
[76/81] Compiling OrderedCollections OrderedSet+Testing.swift
[77/81] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[78/81] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[79/81] Compiling OrderedCollections OrderedSet.swift
[80/81] Compiling OrderedCollections _UnsafeBitset.swift
[81/81] Emitting module OrderedCollections
[82/84] Compiling JSONSchema JSONValue.swift
[83/84] Emitting module JSONSchema
[84/84] Compiling JSONSchema JSONSchema.swift
Build complete! (6.71s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "JSONSchema",
  "name" : "JSONSchema",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONSchema",
      "targets" : [
        "JSONSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONSchemaTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaTests",
      "path" : "Tests/JSONSchemaTests",
      "sources" : [
        "JSONSchemaTests.swift",
        "JSONValueTests.swift"
      ],
      "target_dependencies" : [
        "JSONSchema"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchema",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchema",
      "path" : "Sources/JSONSchema",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "JSONSchema"
      ],
      "sources" : [
        "JSONSchema.swift",
        "JSONValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.