Build Information
Successful build of Parser 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/finestructure/Parser.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/finestructure/Parser
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at e8951ca Add arena sample code
Cloned https://github.com/finestructure/Parser.git
Revision (git rev-parse @):
e8951ca4920d060d8717a0e0f3693d5d0769cc3d
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/finestructure/Parser.git at 0.2.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/finestructure/Parser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/7] Compiling Parser CharacterSet+ext.swift
[4/7] Compiling Parser Parser+zip.swift
[5/7] Compiling Parser Match.swift
[6/7] Emitting module Parser
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Parser/Parser.swift:148:31: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public static func always<A>(_ a: A) -> Parser<A> {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Parser/Parser.swift:15:22: note: 'A' previously declared here
public struct Parser<A> {
^
[7/7] Compiling Parser Parser.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Parser/Parser.swift:148:31: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public static func always<A>(_ a: A) -> Parser<A> {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Parser/Parser.swift:15:22: note: 'A' previously declared here
public struct Parser<A> {
^
Build complete! (3.09s)
Build complete.
Done.