The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ParserCombinator 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/stiivi/parsercombinator.git
Reference: 0.1.6
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/stiivi/parsercombinator
 * tag               0.1.6      -> FETCH_HEAD
HEAD is now at 3204281 Minor naming change and removal of self references.
Cloned https://github.com/stiivi/parsercombinator.git into spi-builder-workspace
3204281df7ae77cd0723128fa146a467524fc8c9
SUCCESS checkout https://github.com/stiivi/parsercombinator.git at 0.1.6
========================================
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
Building for debugging...
[1/8] Compiling ParserCombinator Recognizers.swift
[2/8] Compiling ParserCombinator Parser.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:45:20: warning: enum case 'Fail' has 2 associated values; matching them as a tuple is deprecated
        case .Fail(let error): return "Fail: \(error)"
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:38:10: note: 'Fail' declared here
    case Fail(String, T)
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:46:21: warning: enum case 'Error' has 2 associated values; matching them as a tuple is deprecated
        case .Error(let error): return "Error: \(error)"
                    ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:40:10: note: 'Error' declared here
    case Error(String, T)
         ^
[3/8] Compiling ParserCombinator Empty.swift
[4/8] Compiling ParserCombinator Combinators.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParserCombinator/Combinators.swift:65:17: warning: enum case 'OK' has one associated value that is a tuple of 2 elements
        case .OK(let value, let input2):
                ^
                (                      )
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:35:10: note: 'OK' declared here
    case OK(Value)
         ^
[5/8] Compiling ParserCombinator Stream.swift
[6/8] Compiling ParserCombinator Operators+Convenience.swift
[7/8] Emitting module ParserCombinator
[8/8] Compiling ParserCombinator Functions.swift
Build complete! (1.24s)
Build complete.
Done.