Build Information
Successful build of swift-mustache, reference 2.0.2 (2e2a84), with Swift 6.1 for Linux on 23 Oct 2025 21:32:01 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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/swift-mustache.git
Reference: 2.0.2
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/hummingbird-project/swift-mustache
* tag 2.0.2 -> FETCH_HEAD
HEAD is now at 2e2a846 Improve 'Any?' Unwrap (#74)
Cloned https://github.com/hummingbird-project/swift-mustache.git
Revision (git rev-parse @):
2e2a84698dd8a5fff2fe28857f0f95bb03d21d64
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/swift-mustache.git at 2.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/swift-mustache.git
https://github.com/hummingbird-project/swift-mustache.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "swift-mustache",
"name" : "swift-mustache",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Mustache",
"targets" : [
"Mustache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "MustacheTests",
"module_type" : "SwiftTarget",
"name" : "MustacheTests",
"path" : "Tests/MustacheTests",
"sources" : [
"ErrorTests.swift",
"LibraryTests.swift",
"PartialTests.swift",
"SpecTests.swift",
"TemplateParserTests.swift",
"TemplateRendererTests.swift",
"TransformTests.swift"
],
"target_dependencies" : [
"Mustache"
],
"type" : "test"
},
{
"c99name" : "Mustache",
"module_type" : "SwiftTarget",
"name" : "Mustache",
"path" : "Sources/Mustache",
"product_memberships" : [
"Mustache"
],
"sources" : [
"AnyOptional.swift",
"ContentType.swift",
"Context.swift",
"CustomRenderable.swift",
"Deprecations.swift",
"Lambda.swift",
"Library+FileSystem.swift",
"Library.swift",
"Mirror.swift",
"NSLock+Backport.swift",
"Parent.swift",
"Parser.swift",
"Sequence.swift",
"SequenceContext.swift",
"String.swift",
"Template+FileSystem.swift",
"Template+Parser.swift",
"Template+Render.swift",
"Template.swift",
"Transform.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/21] Emitting module Mustache
[4/23] Compiling Mustache Template.swift
[5/23] Compiling Mustache Transform.swift
[6/23] Compiling Mustache Library+FileSystem.swift
[7/23] Compiling Mustache Library.swift
[8/23] Compiling Mustache Mirror.swift
[9/23] Compiling Mustache Sequence.swift
[10/23] Compiling Mustache SequenceContext.swift
[11/23] Compiling Mustache String.swift
[12/23] Compiling Mustache Template+FileSystem.swift
[13/23] Compiling Mustache CustomRenderable.swift
[14/23] Compiling Mustache Deprecations.swift
[15/23] Compiling Mustache Lambda.swift
[16/23] Compiling Mustache NSLock+Backport.swift
[17/23] Compiling Mustache Parent.swift
[18/23] Compiling Mustache Parser.swift
[19/23] Compiling Mustache Template+Parser.swift
[20/23] Compiling Mustache Template+Render.swift
[21/23] Compiling Mustache AnyOptional.swift
[22/23] Compiling Mustache ContentType.swift
[23/23] Compiling Mustache Context.swift
Build complete! (20.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-mustache",
"name" : "swift-mustache",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Mustache",
"targets" : [
"Mustache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "MustacheTests",
"module_type" : "SwiftTarget",
"name" : "MustacheTests",
"path" : "Tests/MustacheTests",
"sources" : [
"ErrorTests.swift",
"LibraryTests.swift",
"PartialTests.swift",
"SpecTests.swift",
"TemplateParserTests.swift",
"TemplateRendererTests.swift",
"TransformTests.swift"
],
"target_dependencies" : [
"Mustache"
],
"type" : "test"
},
{
"c99name" : "Mustache",
"module_type" : "SwiftTarget",
"name" : "Mustache",
"path" : "Sources/Mustache",
"product_memberships" : [
"Mustache"
],
"sources" : [
"AnyOptional.swift",
"ContentType.swift",
"Context.swift",
"CustomRenderable.swift",
"Deprecations.swift",
"Lambda.swift",
"Library+FileSystem.swift",
"Library.swift",
"Mirror.swift",
"NSLock+Backport.swift",
"Parent.swift",
"Parser.swift",
"Sequence.swift",
"SequenceContext.swift",
"String.swift",
"Template+FileSystem.swift",
"Template+Parser.swift",
"Template+Render.swift",
"Template.swift",
"Transform.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.