Build Information
Successful build of Yaml, reference 3.4.10 (982264), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 05:17:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/saltzmanjoelh/Yaml.git
Reference: 3.4.10
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/saltzmanjoelh/Yaml
* tag 3.4.10 -> FETCH_HEAD
HEAD is now at 9822643 Added static lib type
Cloned https://github.com/saltzmanjoelh/Yaml.git
Revision (git rev-parse @):
98226435ff4bcbbb50a63cd33aec64949ad8fd54
SUCCESS checkout https://github.com/saltzmanjoelh/Yaml.git at 3.4.10
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "yaml",
"name": "Yaml",
"url": "https://github.com/saltzmanjoelh/Yaml.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yaml",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/saltzmanjoelh/Yaml.git
[1/1163] Fetching yaml
Fetched https://github.com/saltzmanjoelh/Yaml.git from cache (0.81s)
Creating working copy for https://github.com/saltzmanjoelh/Yaml.git
Working copy of https://github.com/saltzmanjoelh/Yaml.git resolved at 3.4.10 (9822643)
warning: '.resolve-product-dependencies': dependency 'yaml' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/saltzmanjoelh/Yaml.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[3/11] Compiling Yaml Yaml.swift
/Users/admin/builder/spi-builder-workspace/Sources/Yaml/Yaml.swift:132:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Yaml' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
130 |
131 | extension Yaml: Hashable {
132 | public var hashValue: Swift.Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Yaml' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
133 | return description.hashValue
134 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/11] Compiling Yaml YAMLResult.swift
[5/11] Compiling Yaml YAMLTokenizer.swift
[6/11] Compiling Yaml YAMLRegex.swift
[7/11] Emitting module Yaml
/Users/admin/builder/spi-builder-workspace/Sources/Yaml/Yaml.swift:132:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Yaml' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
130 |
131 | extension Yaml: Hashable {
132 | public var hashValue: Swift.Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Yaml' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
133 | return description.hashValue
134 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[8/11] Compiling Yaml YAMLParser.swift
[9/11] Compiling Yaml YAMLOperators.swift
[9/11] Write Objects.LinkFileList
[10/11] Archiving libYaml.a
Build complete! (4.32s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Yaml",
"name" : "Yaml",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Yaml",
"targets" : [
"Yaml"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "YamlTests",
"module_type" : "SwiftTarget",
"name" : "YamlTests",
"path" : "Tests/YamlTests",
"sources" : [
"ExampleTests.swift",
"YamlTests.swift"
],
"target_dependencies" : [
"Yaml"
],
"type" : "test"
},
{
"c99name" : "Yaml",
"module_type" : "SwiftTarget",
"name" : "Yaml",
"path" : "Sources/Yaml",
"product_memberships" : [
"Yaml"
],
"sources" : [
"YAMLOperators.swift",
"YAMLParser.swift",
"YAMLRegex.swift",
"YAMLResult.swift",
"YAMLTokenizer.swift",
"Yaml.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
Done.