The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/broadwaylamb/gottagofast.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/broadwaylamb/gottagofast.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[2/9] Write swift-version--423B1241ED78D482.txt
[3/9] Compiling api.c
[4/9] Compiling reader.c
[5/9] Compiling emitter.c
[6/9] Compiling writer.c
[7/9] Compiling scanner.c
[8/9] Compiling parser.c
[10/24] Compiling Yams Representer.swift
[11/24] Compiling Yams Resolver.swift
[12/24] Compiling Yams String+Yams.swift
[13/24] Compiling Yams Tag.swift
[14/26] Compiling Yams Mark.swift
[15/26] Compiling Yams Node.Mapping.swift
[16/26] Compiling Yams Node.Scalar.swift
[17/26] Compiling Yams Node.Sequence.swift
[18/26] Compiling Yams Emitter.swift
[19/26] Compiling Yams Encoder.swift
[20/26] Compiling Yams Constructor.swift
[21/26] Compiling Yams Decoder.swift
[22/26] Emitting module Yams
[23/26] Compiling Yams Node.swift
[24/26] Compiling Yams Parser.swift
[25/26] Compiling Yams YamlError.swift
[26/26] Compiling Yams shim.swift
[27/31] Compiling GottaGoFast StringInterpolation.swift
[28/31] Compiling GottaGoFast PerformanceTestCase.swift
[29/31] Compiling GottaGoFast RunDestination.swift
/Users/admin/builds/J1XnyXFH/0/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)
                                        ^
[30/31] Compiling GottaGoFast BenchmarkResult.swift
[31/31] Emitting module GottaGoFast
Build complete! (15.79s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (0.22s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (0.07s)
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.
Done.