Build Information
Successful build of JSONSchema, reference 0.6.0 (d14de4
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:32:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylef/JSONSchema.swift.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylef/JSONSchema.swift
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at d14de4b release: 0.6.0
Submodule path 'Tests/Cases': checked out '77f1d10cbb23b2f4d2bbf50ca1d5cf3804cb2ce4'
Submodule 'Tests/Cases' (https://github.com/json-schema/JSON-Schema-Test-Suite) registered for path 'Tests/Cases'
Cloning into '/Users/admin/builder/spi-builder-workspace/Tests/Cases'...
Cloned https://github.com/kylef/JSONSchema.swift.git
Revision (git rev-parse @):
d14de4b2d9205068c9db89c00d097ca43c897000
SUCCESS checkout https://github.com/kylef/JSONSchema.swift.git at 0.6.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kylef/JSONSchema.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/38] Emitting module JSONSchema
[4/41] Compiling JSONSchema contains.swift
[5/41] Compiling JSONSchema dependencies.swift
[6/41] Compiling JSONSchema dependentSchemas.swift
[7/41] Compiling JSONSchema if.swift
[8/41] Compiling JSONSchema required.swift
[9/41] Compiling JSONSchema uniqueItems.swift
[10/41] Compiling JSONSchema ValidationResult.swift
[11/41] Compiling JSONSchema additionalItems.swift
[12/41] Compiling JSONSchema additionalProperties.swift
[13/41] Compiling JSONSchema allOf.swift
[14/41] Compiling JSONSchema anyOf.swift
[15/41] Compiling JSONSchema properties.swift
[16/41] Compiling JSONSchema propertyNames.swift
[17/41] Compiling JSONSchema ref.swift
[18/41] Compiling JSONSchema Draft201909Validator.swift
[19/41] Compiling JSONSchema Validator.swift
[20/41] Compiling JSONSchema Validators.swift
[21/41] Compiling JSONSchema format.swift
[22/41] Compiling JSONSchema items.swift
[23/41] Compiling JSONSchema not.swift
[24/41] Compiling JSONSchema oneOf.swift
[25/41] Compiling JSONSchema patternProperties.swift
[26/41] Compiling JSONSchema Draft202012Validator.swift
[27/41] Compiling JSONSchema Draft4Validator.swift
[28/41] Compiling JSONSchema Draft6Validator.swift
[29/41] Compiling JSONSchema Draft7Validator.swift
[30/41] Compiling JSONSchema minMaxNumber.swift
[31/41] Compiling JSONSchema minMaxProperties.swift
[32/41] Compiling JSONSchema multipleOf.swift
[33/41] Compiling JSONSchema pattern.swift
[34/41] Compiling JSONSchema dependentRequired.swift
[35/41] Compiling JSONSchema enum.swift
[36/41] Compiling JSONSchema minMaxItems.swift
[37/41] Compiling JSONSchema minMaxLength.swift
[38/41] Compiling JSONSchema JSONPointer.swift
[39/41] Compiling JSONSchema JSONSchema.swift
[40/41] Compiling JSONSchema RefResolver.swift
[41/41] Compiling JSONSchema const.swift
Build complete! (10.46s)
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.91s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.42s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.93s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.85s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
}
],
"manifest_display_name" : "JSONSchema",
"name" : "JSONSchema",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONSchema",
"targets" : [
"JSONSchema"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONSchemaTests",
"module_type" : "SwiftTarget",
"name" : "JSONSchemaTests",
"path" : "Tests/JSONSchemaTests",
"product_dependencies" : [
"PathKit"
],
"sources" : [
"JSONPointerTests.swift",
"JSONSchemaCases.swift",
"JSONSchemaTests.swift",
"Validation/TestEnum.swift",
"Validation/TestRef.swift",
"Validation/TestRequired.swift",
"ValidationErrorTests.swift",
"ValidationResultTests.swift"
],
"target_dependencies" : [
"JSONSchema"
],
"type" : "test"
},
{
"c99name" : "JSONSchema",
"module_type" : "SwiftTarget",
"name" : "JSONSchema",
"path" : "Sources",
"product_memberships" : [
"JSONSchema"
],
"sources" : [
"Applicators/additionalItems.swift",
"Applicators/additionalProperties.swift",
"Applicators/allOf.swift",
"Applicators/anyOf.swift",
"Applicators/contains.swift",
"Applicators/dependencies.swift",
"Applicators/dependentSchemas.swift",
"Applicators/if.swift",
"Applicators/items.swift",
"Applicators/not.swift",
"Applicators/oneOf.swift",
"Applicators/patternProperties.swift",
"Applicators/properties.swift",
"Applicators/propertyNames.swift",
"Core/ref.swift",
"Draft201909Validator.swift",
"Draft202012Validator.swift",
"Draft4Validator.swift",
"Draft6Validator.swift",
"Draft7Validator.swift",
"JSONPointer.swift",
"JSONSchema.swift",
"RefResolver.swift",
"Validation/const.swift",
"Validation/dependentRequired.swift",
"Validation/enum.swift",
"Validation/minMaxItems.swift",
"Validation/minMaxLength.swift",
"Validation/minMaxNumber.swift",
"Validation/minMaxProperties.swift",
"Validation/multipleOf.swift",
"Validation/pattern.swift",
"Validation/required.swift",
"Validation/uniqueItems.swift",
"ValidationResult.swift",
"Validator.swift",
"Validators.swift",
"format.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.