The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GottaGoFast with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/broadwaylamb/gottagofast.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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 from cache
Fetched https://github.com/jpsim/Yams.git (0.20s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (0.04s)
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/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "gottagofast",
      "name": "GottaGoFast",
      "url": "https://github.com/broadwaylamb/gottagofast.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/gottagofast",
      "dependencies": [
        {
          "identity": "yams",
          "name": "Yams",
          "url": "https://github.com/jpsim/Yams.git",
          "version": "2.0.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yams",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/broadwaylamb/gottagofast.git
[1/110] Fetching gottagofast
Fetched https://github.com/broadwaylamb/gottagofast.git (0.26s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git (0.18s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (0.03s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Creating working copy for https://github.com/broadwaylamb/gottagofast.git
Working copy of https://github.com/broadwaylamb/gottagofast.git resolved at master
warning: '.resolve-product-dependencies': dependency 'gottagofast' is not used by any target
Found 1 product dependencies
  - Yams
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Compiling writer.c
[1/6] Compiling scanner.c
[2/6] Compiling emitter.c
[3/6] Compiling api.c
[4/6] Compiling reader.c
[5/6] Compiling parser.c
[7/21] Compiling Yams Node.Scalar.swift
[8/21] Compiling Yams Node.Sequence.swift
[9/21] Compiling Yams Emitter.swift
[10/21] Compiling Yams Encoder.swift
[11/21] Compiling Yams Constructor.swift
[12/21] Compiling Yams Decoder.swift
[13/21] Compiling Yams String+Yams.swift
[14/21] Compiling Yams Tag.swift
[15/21] Compiling Yams Representer.swift
[16/21] Compiling Yams Resolver.swift
[17/21] Compiling Yams Node.swift
[18/21] Compiling Yams Parser.swift
[19/21] Emitting module Yams
[20/21] Compiling Yams Mark.swift
[21/21] Compiling Yams Node.Mapping.swift
[22/23] Compiling Yams YamlError.swift
[23/23] Compiling Yams shim.swift
[24/28] Compiling GottaGoFast BenchmarkResult.swift
[25/28] Compiling GottaGoFast RunDestination.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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.
        let status = sysctlbyname(name, &val, &size, nil, 0)
                                        ^
[26/28] Compiling GottaGoFast StringInterpolation.swift
[27/28] Emitting module GottaGoFast
[28/28] Compiling GottaGoFast PerformanceTestCase.swift
Build complete! (17.51s)
Build complete.
Done.