Build Information
Successful build of Yams, reference 4.0.1 (138cf1), with Swift 6.2 for Linux on 24 Jan 2026 06:35:05 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/foscomputerservices/Yams.git
Reference: 4.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/foscomputerservices/Yams
* tag 4.0.1 -> FETCH_HEAD
HEAD is now at 138cf1b Release 4.0.1
Cloned https://github.com/foscomputerservices/Yams.git
Revision (git rev-parse @):
138cf1b701cf825233b92ceac919152d5aba8a3f
SUCCESS checkout https://github.com/foscomputerservices/Yams.git at 4.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/foscomputerservices/Yams.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/8] Write sources
[1/8] Compiling writer.c
[2/8] Write swift-version-24593BA9C3E375BF.txt
[3/8] Compiling reader.c
[4/8] Compiling parser.c
[5/8] Compiling scanner.c
[6/8] Compiling emitter.c
[7/8] Compiling api.c
[9/23] Compiling Yams Mark.swift
[10/23] Compiling Yams Node.Mapping.swift
[11/24] Compiling Yams YamlError.swift
/host/spi-builder-workspace/Sources/Yams/YamlError.swift:75:49: warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
73 | ///
74 | /// - parameter encoding: The string encoding used to decode the string data.
75 | case dataCouldNotBeDecoded(encoding: String.Encoding)
| `- warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
76 |
77 | /// The error context.
FoundationEssentials.String.Encoding:2:15: note: struct declared here
1 | struct String {
2 | public struct Encoding : RawRepresentable, Sendable, Equatable {
| `- note: struct declared here
3 | public var rawValue: UInt
4 | public init(rawValue: UInt)
[12/24] Compiling Yams String+Yams.swift
[13/24] Compiling Yams Tag.swift
[14/24] Compiling Yams Emitter.swift
[15/24] Compiling Yams Encoder.swift
[16/24] Compiling Yams Node.Scalar.swift
[17/24] Compiling Yams Node.Sequence.swift
[18/24] Compiling Yams Node.swift
[19/24] Compiling Yams Parser.swift
[20/24] Compiling Yams Representer.swift
[21/24] Compiling Yams Resolver.swift
[22/24] Emitting module Yams
/host/spi-builder-workspace/Sources/Yams/YamlError.swift:75:49: warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
73 | ///
74 | /// - parameter encoding: The string encoding used to decode the string data.
75 | case dataCouldNotBeDecoded(encoding: String.Encoding)
| `- warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
76 |
77 | /// The error context.
FoundationEssentials.String.Encoding:2:15: note: struct declared here
1 | struct String {
2 | public struct Encoding : RawRepresentable, Sendable, Equatable {
| `- note: struct declared here
3 | public var rawValue: UInt
4 | public init(rawValue: UInt)
[23/24] Compiling Yams Constructor.swift
[24/24] Compiling Yams Decoder.swift
Build complete! (23.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Yams",
"name" : "Yams",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Yams",
"targets" : [
"Yams"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YamsTests",
"module_type" : "SwiftTarget",
"name" : "YamsTests",
"path" : "Tests/YamsTests",
"sources" : [
"ConstructorTests.swift",
"EmitterTests.swift",
"EncoderTests.swift",
"MarkTests.swift",
"NodeTests.swift",
"PerformanceTests.swift",
"RepresenterTests.swift",
"ResolverTests.swift",
"SpecTests.swift",
"StringTests.swift",
"TestHelper.swift",
"TopLevelDecoderTests.swift",
"YamlErrorTests.swift"
],
"target_dependencies" : [
"Yams"
],
"type" : "test"
},
{
"c99name" : "Yams",
"module_type" : "SwiftTarget",
"name" : "Yams",
"path" : "Sources/Yams",
"product_memberships" : [
"Yams"
],
"sources" : [
"Constructor.swift",
"Decoder.swift",
"Emitter.swift",
"Encoder.swift",
"Mark.swift",
"Node.Mapping.swift",
"Node.Scalar.swift",
"Node.Sequence.swift",
"Node.swift",
"Parser.swift",
"Representer.swift",
"Resolver.swift",
"String+Yams.swift",
"Tag.swift",
"YamlError.swift"
],
"target_dependencies" : [
"CYaml"
],
"type" : "library"
},
{
"c99name" : "CYaml",
"module_type" : "ClangTarget",
"name" : "CYaml",
"path" : "Sources/CYaml",
"product_memberships" : [
"Yams"
],
"sources" : [
"src/api.c",
"src/emitter.c",
"src/parser.c",
"src/reader.c",
"src/scanner.c",
"src/writer.c"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.