Build Information
Successful build of swift-json-schema, reference v0.0.4 (105cfc), with Swift 6.0 for macOS (SPM) on 4 Jul 2025 14:54:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/niscy-eudiw/swift-json-schema.git
Reference: v0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/niscy-eudiw/swift-json-schema
* tag v0.0.4 -> FETCH_HEAD
HEAD is now at 105cfcd [fix] updated package name
Cloned https://github.com/niscy-eudiw/swift-json-schema.git
Revision (git rev-parse @):
105cfcd41cf83f264f23ed36dc11191dea45b65f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/niscy-eudiw/swift-json-schema.git at v0.0.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/niscy-eudiw/swift-json-schema.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/12] Copying content.json
[2/12] Copying validation.json
[2/12] Write sources
[2/12] Copying applicator.json
[3/12] Copying meta-data.json
[3/12] Copying unevaluated.json
[4/12] Copying schema.json
[4/12] Copying core.json
[6/12] Copying format-annotation.json
[11/12] Write swift-version-5BDAB9E9C0126B9D.txt
[13/40] Emitting module SwiftJSONSchema
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
3 | /// Container for information used when validating a schema.
4 | public final class Context: Sendable {
5 | var dialect: Dialect
| `- warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
6 |
7 | var rootRawSchema: JSONValue?
[14/43] Compiling SwiftJSONSchema Annotation.swift
[15/43] Compiling SwiftJSONSchema AnnotationContainer.swift
[16/43] Compiling SwiftJSONSchema JSONType.swift
[17/43] Compiling SwiftJSONSchema Array+JSONValue.swift
[18/43] Compiling SwiftJSONSchema JSONValue+Codable.swift
[19/43] Compiling SwiftJSONSchema JSONValue+ExpressibleByLiteral.swift
[20/43] Compiling SwiftJSONSchema Keywords.swift
[21/43] Compiling SwiftJSONSchema JSONPointer.swift
[22/43] Compiling SwiftJSONSchema Schema+Codable.swift
[23/43] Compiling SwiftJSONSchema JSONValue.swift
[24/43] Compiling SwiftJSONSchema Keyword.swift
[25/43] Compiling SwiftJSONSchema Keywords+Annotation.swift
[26/43] Compiling SwiftJSONSchema Keywords+Applicator.swift
[27/43] Compiling SwiftJSONSchema Keywords+Assertion.swift
[28/43] Compiling SwiftJSONSchema Keywords+Identifier.swift
[29/43] Compiling SwiftJSONSchema ValidationLocation.swift
[30/43] Compiling SwiftJSONSchema ValidationResult.swift
[31/43] Compiling SwiftJSONSchema resource_bundle_accessor.swift
[32/43] Compiling SwiftJSONSchema Schema+Equatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
3 | /// Container for information used when validating a schema.
4 | public final class Context: Sendable {
5 | var dialect: Dialect
| `- warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
6 |
7 | var rootRawSchema: JSONValue?
[33/43] Compiling SwiftJSONSchema Schema.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
3 | /// Container for information used when validating a schema.
4 | public final class Context: Sendable {
5 | var dialect: Dialect
| `- warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
6 |
7 | var rootRawSchema: JSONValue?
[34/43] Compiling SwiftJSONSchema Context.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
3 | /// Container for information used when validating a schema.
4 | public final class Context: Sendable {
5 | var dialect: Dialect
| `- warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
6 |
7 | var rootRawSchema: JSONValue?
[35/43] Compiling SwiftJSONSchema SchemaIssue.swift
[36/43] Compiling SwiftJSONSchema ValidationIssue.swift
[37/43] Compiling SwiftJSONSchema ValidatableSchema.swift
[38/43] Compiling SwiftJSONSchema Keywords+Metadata.swift
[39/43] Compiling SwiftJSONSchema Keywords+Reference.swift
[40/43] Compiling SwiftJSONSchema Keywords+Reserved.swift
[41/43] Compiling SwiftJSONSchema Dialect.swift
[42/43] Compiling SwiftJSONSchema BuiltinValidators.swift
[43/43] Compiling SwiftJSONSchema FormatValidator.swift
Build complete! (36.90s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
[1/2094] Fetching swift-docc-plugin
[232/16779] Fetching swift-docc-plugin, swift-snapshot-testing
[2683/87957] Fetching swift-docc-plugin, swift-snapshot-testing, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.10s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (6.10s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (6.10s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (3.21s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.46s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.92s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.45s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.38s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3421] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (4.20s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.46s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
warning: 'spi-builder-workspace': Invalid Resource 'JSON-Schema-Test-Suite': File not found.
warning: 'spi-builder-workspace': dependency 'swift-syntax' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-snapshot-testing' is not used by any target
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.1",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
}
],
"manifest_display_name" : "swift-json-schema",
"name" : "swift-json-schema",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftJSONSchema",
"targets" : [
"SwiftJSONSchema"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftJSONSchemaTests",
"module_type" : "SwiftTarget",
"name" : "SwiftJSONSchemaTests",
"path" : "Tests/SwiftJSONSchemaTests",
"sources" : [
"FormatValidatorTests.swift",
"JSONPointerTests.swift",
"JSONSchemaTestSuite.swift",
"JSONValueTests.swift",
"KeywordTests.swift",
"SchemaTests.swift",
"Utils/FileLoader.swift"
],
"target_dependencies" : [
"SwiftJSONSchema"
],
"type" : "test"
},
{
"c99name" : "SwiftJSONSchema",
"module_type" : "SwiftTarget",
"name" : "SwiftJSONSchema",
"path" : "Sources/SwiftJSONSchema",
"product_memberships" : [
"SwiftJSONSchema"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/applicator.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/content.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/core.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/format-annotation.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/meta-data.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/unevaluated.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/validation.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/schema.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Annotations/Annotation.swift",
"Annotations/AnnotationContainer.swift",
"Annotations/JSONType.swift",
"Dialect.swift",
"FormatValidators/BuiltinValidators.swift",
"FormatValidators/FormatValidator.swift",
"JSONValue/Array+JSONValue.swift",
"JSONValue/JSONValue+Codable.swift",
"JSONValue/JSONValue+ExpressibleByLiteral.swift",
"JSONValue/JSONValue.swift",
"Keywords/Keyword.swift",
"Keywords/Keywords+Annotation.swift",
"Keywords/Keywords+Applicator.swift",
"Keywords/Keywords+Assertion.swift",
"Keywords/Keywords+Identifier.swift",
"Keywords/Keywords+Metadata.swift",
"Keywords/Keywords+Reference.swift",
"Keywords/Keywords+Reserved.swift",
"Keywords/Keywords.swift",
"Pointers/JSONPointer.swift",
"Schema+Codable.swift",
"Schema+Equatable.swift",
"Schema.swift",
"Validation/Context.swift",
"Validation/Errors/SchemaIssue.swift",
"Validation/Errors/ValidationIssue.swift",
"Validation/ValidatableSchema.swift",
"Validation/ValidationLocation.swift",
"Validation/ValidationResult.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
warning: 'spi-builder-workspace': Invalid Resource 'JSON-Schema-Test-Suite': File not found.
Done.