The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GottaGoFast, reference master (098e92), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 15:12:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/jpsim/Yams.git
[1/11551] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.47s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (3.19s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "gottagofast",
      "name": "GottaGoFast",
      "url": "https://github.com/broadwaylamb/gottagofast.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/gottagofast",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "yams",
          "name": "Yams",
          "url": "https://github.com/jpsim/Yams.git",
          "version": "2.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yams",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/broadwaylamb/gottagofast.git
[1/110] Fetching gottagofast
Fetched https://github.com/broadwaylamb/gottagofast.git from cache (0.66s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (0.56s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (0.65s)
Creating working copy for https://github.com/broadwaylamb/gottagofast.git
Working copy of https://github.com/broadwaylamb/gottagofast.git resolved at master (098e926)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
warning: '.resolve-product-dependencies': dependency 'gottagofast' is not used by any target
Found 1 product dependencies
  - Yams
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/broadwaylamb/gottagofast.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[2/9] Write swift-version--6988338F2F200930.txt
[3/9] Compiling reader.c
[4/9] Compiling writer.c
[5/9] Compiling scanner.c
[6/9] Compiling api.c
[7/9] Compiling emitter.c
[8/9] Compiling parser.c
[10/25] Compiling Yams YamlError.swift
[11/25] Compiling Yams Tag.swift
[12/26] Compiling Yams shim.swift
[13/26] Compiling Yams Representer.swift
[14/26] Compiling Yams Resolver.swift
[15/26] Compiling Yams String+Yams.swift
[16/26] Compiling Yams Node.swift
[17/26] Compiling Yams Parser.swift
[18/26] Compiling Yams Node.Scalar.swift
[19/26] Compiling Yams Node.Sequence.swift
[20/26] Emitting module Yams
[21/26] Compiling Yams Mark.swift
[22/26] Compiling Yams Node.Mapping.swift
[23/26] Compiling Yams Emitter.swift
[24/26] Compiling Yams Encoder.swift
[25/26] Compiling Yams Constructor.swift
[26/26] Compiling Yams Decoder.swift
[27/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
[28/31] Compiling GottaGoFast StringInterpolation.swift
[29/31] Compiling GottaGoFast BenchmarkResult.swift
[30/31] Compiling GottaGoFast PerformanceTestCase.swift
[31/31] Emitting module GottaGoFast
Build complete! (13.80s)
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.