The Swift Package Index logo.Swift Package Index

Build Information

Successful build of xProcs 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/stefc/xprocs.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/stefc/xprocs.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/8] Compiling xProcs DecimalFuncs.swift
[4/8] Compiling xProcs StateMonad.swift
[5/8] Compiling xProcs StrFuncs.swift
[6/8] Compiling xProcs IntFuncs.swift
/Users/builder/builds/TDmZkXJm/0/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)
                       ^
[7/8] Compiling xProcs HigherOrderFuncs.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/xProcs/HigherOrderFuncs.swift:21:10: note: 'Call' declared here
    case Call(V, A)
         ^
/Users/builder/builds/TDmZkXJm/0/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/0/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)
         ^
[8/8] Emitting module xProcs
/Users/builder/builds/TDmZkXJm/0/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 {
               ^
Build complete! (7.84s)
Build complete.
Done.