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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stiivi/parsercombinator.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/stiivi/parsercombinator
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "parsercombinator",
      "name": "ParserCombinator",
      "url": "https://github.com/stiivi/parsercombinator.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/parsercombinator",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/stiivi/parsercombinator.git
[2/160] Fetching parsercombinator
Fetched https://github.com/stiivi/parsercombinator.git (0.27s)
Creating working copy for https://github.com/stiivi/parsercombinator.git
Working copy of https://github.com/stiivi/parsercombinator.git resolved at master
warning: '.resolve-product-dependencies': dependency 'parsercombinator' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling ParserCombinator Functions.swift
[2/8] Compiling ParserCombinator Operators+Convenience.swift
[3/8] Compiling ParserCombinator Parser.swift
/Users/admin/builds/h8344Zi3/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/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:38:10: note: 'Fail' declared here
    case Fail(String, T)
         ^
/Users/admin/builds/h8344Zi3/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/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:40:10: note: 'Error' declared here
    case Error(String, T)
         ^
[4/8] Compiling ParserCombinator Recognizers.swift
[5/8] Compiling ParserCombinator Combinators.swift
/Users/admin/builds/h8344Zi3/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/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:35:10: note: 'OK' declared here
    case OK(Value)
         ^
[6/8] Compiling ParserCombinator Empty.swift
[7/8] Compiling ParserCombinator Stream.swift
[8/8] Emitting module ParserCombinator
Build complete! (4.78s)
Build complete.
Done.