The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ParserCombinator 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/stiivi/parsercombinator.git
Reference: 0.1.6
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/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
Revision (git rev-parse @):
3204281df7ae77cd0723128fa146a467524fc8c9
SUCCESS checkout https://github.com/stiivi/parsercombinator.git at 0.1.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/stiivi/parsercombinator.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/10] Compiling ParserCombinator Operators+Convenience.swift
[4/10] Compiling ParserCombinator Parser.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:38:10: note: 'Fail' declared here
    case Fail(String, T)
         ^
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:40:10: note: 'Error' declared here
    case Error(String, T)
         ^
[5/10] Compiling ParserCombinator Empty.swift
[6/10] Compiling ParserCombinator Functions.swift
[7/10] Compiling ParserCombinator Stream.swift
[8/10] Compiling ParserCombinator Combinators.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:35:10: note: 'OK' declared here
    case OK(Value)
         ^
[9/10] Emitting module ParserCombinator
[10/10] Compiling ParserCombinator Recognizers.swift
Build complete! (1.47s)
Build complete.
Done.