The Swift Package Index logo.Swift Package Index

Build Information

Successful build of xProcs 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/stefc/xprocs.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/stefc/xprocs
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b87d29d make Result enum washable
Cloned https://github.com/stefc/xprocs.git
Revision (git rev-parse @):
b87d29d71eb3d1739ca6cc636e393821cab89124
SUCCESS checkout https://github.com/stefc/xprocs.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "xprocs",
      "name": "xProcs",
      "url": "https://github.com/stefc/xprocs.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xprocs",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/stefc/xprocs.git
[1/96] Fetching xprocs
Fetched https://github.com/stefc/xprocs.git (0.24s)
Creating working copy for https://github.com/stefc/xprocs.git
Working copy of https://github.com/stefc/xprocs.git resolved at master
warning: '.resolve-product-dependencies': dependency 'xprocs' 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/6] Compiling xProcs DecimalFuncs.swift
[2/6] Emitting module xProcs
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/xProcs/HigherOrderFuncs.swift:24:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Result' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[3/6] Compiling xProcs StateMonad.swift
[4/6] Compiling xProcs HigherOrderFuncs.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/xProcs/HigherOrderFuncs.swift:24:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Result' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/xProcs/HigherOrderFuncs.swift:28:24: warning: enum case 'Call' has 2 associated values
        case .Call(let (value,_)):
                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/xProcs/HigherOrderFuncs.swift:21:10: note: 'Call' declared here
    case Call(V, A)
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/xProcs/HigherOrderFuncs.swift:30:26: warning: enum case 'Future' has 4 associated values
        case .Future(let (id, _, _, _)):
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/xProcs/HigherOrderFuncs.swift:22:10: note: 'Future(id:lhs:rhs:op:)' declared here
    case Future(id: Int, lhs:Result<V,A>, rhs:Result<V,A>, op: (Result<V,A>,Result<V,A>) -> A)
         ^
[5/6] Compiling xProcs StrFuncs.swift
[6/6] Compiling xProcs IntFuncs.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/xProcs/IntFuncs.swift:84:24: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
        arc4random_buf(&r, MemoryLayout<T>.size)
                       ^
Build complete! (7.06s)
Build complete.
Done.