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-Beta.2.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/broadwaylamb/gottagofast.git
Reference: 0.2.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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 into spi-builder-workspace
098e92679419e509d42fd97d3e84292acd53e291
SUCCESS checkout https://github.com/broadwaylamb/gottagofast.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git (0.31s)
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
Building for debugging...
[0/6] Compiling emitter.c
[1/6] Compiling parser.c
[2/6] Compiling reader.c
[3/6] Compiling scanner.c
[4/6] Compiling api.c
[5/6] Compiling writer.c
[7/21] Compiling Yams String+Yams.swift
[8/21] Compiling Yams Tag.swift
[9/23] Compiling Yams Node.swift
[10/23] Compiling Yams Parser.swift
[11/23] Compiling Yams Representer.swift
[12/23] Compiling Yams Resolver.swift
[13/23] Compiling Yams Node.Scalar.swift
[14/23] Compiling Yams Node.Sequence.swift
[15/23] Compiling Yams Mark.swift
[16/23] Compiling Yams Node.Mapping.swift
[17/23] Compiling Yams Emitter.swift
[18/23] Compiling Yams Encoder.swift
[19/23] Compiling Yams Constructor.swift
[20/23] Compiling Yams Decoder.swift
[21/23] Emitting module Yams
[22/23] Compiling Yams YamlError.swift
[23/23] Compiling Yams shim.swift
[24/28] Compiling GottaGoFast PerformanceTestCase.swift
[25/28] Compiling GottaGoFast RunDestination.swift
/Users/builder/builds/TDmZkXJm/3/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 BenchmarkResult.swift
Build complete! (15.39s)
Build complete.
Done.