Build Information
Successful build of GottaGoFast, reference master (098e92), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 18:36:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/broadwaylamb/gottagofast.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/broadwaylamb/gottagofast
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/broadwaylamb/gottagofast.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[2/9] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling writer.c
[4/9] Compiling api.c
[5/9] Compiling reader.c
[6/9] Compiling emitter.c
[7/9] Compiling scanner.c
[8/9] Compiling parser.c
[10/25] Compiling Yams Tag.swift
[11/25] Compiling Yams String+Yams.swift
[12/25] Compiling Yams YamlError.swift
[13/26] Compiling Yams Node.Scalar.swift
[14/26] Compiling Yams Node.Sequence.swift
[15/26] Compiling Yams Representer.swift
[16/26] Compiling Yams Resolver.swift
[17/26] Compiling Yams Emitter.swift
[18/26] Compiling Yams Encoder.swift
[19/26] Compiling Yams Mark.swift
[20/26] Compiling Yams Node.Mapping.swift
[21/26] Compiling Yams Constructor.swift
[22/26] Compiling Yams Decoder.swift
[23/26] Emitting module Yams
[24/26] Compiling Yams Node.swift
[25/26] Compiling Yams Parser.swift
[26/26] Compiling Yams shim.swift
[27/31] Compiling GottaGoFast StringInterpolation.swift
[28/31] Compiling GottaGoFast RunDestination.swift
/Users/admin/builder/spi-builder-workspace/Sources/GottaGoFast/RunDestination.swift:93:41: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
91 | var val = T.zero
92 | var size = MemoryLayout.size(ofValue: val)
93 | let status = sysctlbyname(name, &val, &size, nil, 0)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
94 | precondition(status == 0, "Cannot read \(name) using sysctl")
95 | return val
[29/31] Compiling GottaGoFast BenchmarkResult.swift
[30/31] Emitting module GottaGoFast
[31/31] Compiling GottaGoFast PerformanceTestCase.swift
Build complete! (14.56s)
Fetching https://github.com/jpsim/Yams.git
[1/10859] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.90s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (2.46s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
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" : "/Users/admin/builder/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"
}
Done.