Build Information
Successful build of swift-yaml, reference 1.0.1 (8a33d3), with Swift 6.3 for Wasm on 25 Apr 2026 07:28:11 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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/swift-yaml.git
Reference: 1.0.1
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/1amageek/swift-yaml
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 8a33d36 Fix implicit block sequence consuming parent mapping's blockEnd
Cloned https://github.com/1amageek/swift-yaml.git
Revision (git rev-parse @):
8a33d36bca390d9518d5f7e483cbbaa011da5f76
SUCCESS checkout https://github.com/1amageek/swift-yaml.git at 1.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/1amageek/swift-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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling YAML Token.swift
[4/13] Compiling YAML Node.swift
[5/13] Compiling YAML YAMLError.swift
[6/13] Emitting module YAML
[7/13] Compiling YAML Compose.swift
[8/13] Compiling YAML Mark.swift
[9/13] Compiling YAML Node+Mapping.swift
[10/13] Compiling YAML Node+Scalar.swift
[11/13] Compiling YAML Node+Sequence.swift
[12/13] Compiling YAML Scanner.swift
[13/13] Compiling YAML Parser.swift
Build complete! (9.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-yaml",
"name" : "swift-yaml",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "YAML",
"targets" : [
"YAML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YAMLTests",
"module_type" : "SwiftTarget",
"name" : "YAMLTests",
"path" : "Tests/YAMLTests",
"sources" : [
"ComposeTests.swift",
"EdgeCaseTests.swift",
"ErrorEdgeCaseTests.swift",
"ErrorTests.swift",
"FlowCollectionEdgeCaseTests.swift",
"IndentationEdgeCaseTests.swift",
"LineEndingTests.swift",
"NodeAPITests.swift",
"ParserFeatureTests.swift",
"ScalarEdgeCaseTests.swift",
"ScannerParserEdgeCaseTests.swift",
"SchemaYAMLTests.swift",
"SpecAnchorAliasTests.swift",
"SpecChapter10Tests.swift",
"SpecChapter2Tests.swift",
"SpecChapter5Tests.swift",
"SpecChapter6Tests.swift",
"SpecChapter7Tests.swift",
"SpecChapter8Tests.swift",
"SpecChapter9Tests.swift",
"SpecCommentTests.swift",
"SpecComplexKeyTests.swift",
"SpecDirectiveTests.swift",
"SpecEmptyNodeTests.swift",
"SpecEscapeSequenceTests.swift",
"SpecIndentationTests.swift",
"SpecJSONCompatibilityTests.swift",
"SpecMultilineScalarTests.swift",
"SpecTagTests.swift",
"TestTags.swift"
],
"target_dependencies" : [
"YAML"
],
"type" : "test"
},
{
"c99name" : "YAML",
"module_type" : "SwiftTarget",
"name" : "YAML",
"path" : "Sources/YAML",
"product_memberships" : [
"YAML"
],
"sources" : [
"Compose.swift",
"Mark.swift",
"Node+Mapping.swift",
"Node+Scalar.swift",
"Node+Sequence.swift",
"Node.swift",
"Parser.swift",
"Scanner.swift",
"Token.swift",
"YAMLError.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.