Build Information
Successful build of Yaml, reference master (38cff9), with Swift 6.3 for Android on 14 Apr 2026 05:15:37 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/saltzmanjoelh/Yaml.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/saltzmanjoelh/Yaml
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 38cff9d Updated travis config
Cloned https://github.com/saltzmanjoelh/Yaml.git
Revision (git rev-parse @):
38cff9dff79b621a22df77f261cc3296377e0d1b
SUCCESS checkout https://github.com/saltzmanjoelh/Yaml.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/saltzmanjoelh/Yaml.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version--4F562202D5529B1.txt
[3/12] Compiling Yaml YAMLResult.swift
[4/12] Compiling Yaml YAMLTokenizer.swift
[5/12] Compiling Yaml Yaml.swift
/host/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>
[6/12] Compiling Yaml YAMLOperators.swift
[7/12] Emitting module Yaml
/host/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/12] Compiling Yaml YAMLParser.swift
[9/12] Compiling Yaml YAMLRegex.swift
[10/13] Wrapping AST for Yaml for debugging
[11/13] Write Objects.LinkFileList
[12/13] Archiving libYaml.a
Build complete! (17.28s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Yaml",
"name" : "Yaml",
"path" : "/host/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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.