Build Information
Successful build of GottaGoFast, reference 0.2.0 (098e92), with Swift 6.2 for Linux on 17 Jun 2025 18:32:12 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/broadwaylamb/gottagofast.git
Reference: 0.2.0
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/broadwaylamb/gottagofast
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 098e926 Use a correct metric when saving a baseline
Cloned https://github.com/broadwaylamb/gottagofast.git
Revision (git rev-parse @):
098e92679419e509d42fd97d3e84292acd53e291
SUCCESS checkout https://github.com/broadwaylamb/gottagofast.git at 0.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/broadwaylamb/gottagofast.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/jpsim/Yams.git
[1/10859] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.91s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (2.38s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Building for debugging...
[0/9] Write sources
[2/9] Compiling reader.c
[3/9] Compiling writer.c
[4/9] Write swift-version-24593BA9C3E375BF.txt
[5/9] Compiling parser.c
[6/9] Compiling scanner.c
[7/9] Compiling api.c
[8/9] Compiling emitter.c
[10/24] Compiling Yams String+Yams.swift
[11/24] Compiling Yams Tag.swift
[12/26] Compiling Yams Node.swift
[13/26] Compiling Yams Parser.swift
[14/26] Compiling Yams Emitter.swift
[15/26] Compiling Yams Encoder.swift
[16/26] Compiling Yams Constructor.swift
[17/26] Compiling Yams Decoder.swift
[18/26] Compiling Yams Node.Scalar.swift
[19/26] Compiling Yams Node.Sequence.swift
[20/26] Compiling Yams Mark.swift
[21/26] Compiling Yams Node.Mapping.swift
[22/26] Emitting module Yams
[23/26] Compiling Yams Representer.swift
[24/26] Compiling Yams Resolver.swift
[25/26] Compiling Yams YamlError.swift
[26/26] Compiling Yams shim.swift
[28/32] Compiling GottaGoFast StringInterpolation.swift
[29/32] Compiling GottaGoFast RunDestination.swift
[30/32] Compiling GottaGoFast PerformanceTestCase.swift
[31/32] Compiling GottaGoFast BenchmarkResult.swift
[32/32] Emitting module GottaGoFast
Build complete! (20.09s)
Build complete.
{
"dependencies" : [
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "GottaGoFast",
"name" : "GottaGoFast",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GottaGoFast",
"targets" : [
"GottaGoFast"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GottaGoFast",
"module_type" : "SwiftTarget",
"name" : "GottaGoFast",
"path" : "Sources/GottaGoFast",
"product_dependencies" : [
"Yams"
],
"product_memberships" : [
"GottaGoFast"
],
"sources" : [
"BenchmarkResult.swift",
"PerformanceTestCase.swift",
"RunDestination.swift",
"StringInterpolation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.