The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PetriKit with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kyouko-taiga/petrikit.git
Reference: 2.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kyouko-taiga/petrikit
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 49eefef Update the version in the readme
Cloned https://github.com/kyouko-taiga/petrikit.git into spi-builder-workspace
49eefef58d070f17b0c5aeb9fd785a35b7ae97f2
SUCCESS checkout https://github.com/kyouko-taiga/petrikit.git at 2.0.0
========================================
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.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/7] Compiling PetriKit Random.swift
[2/7] Emitting module PetriKit
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PetriKit/PTNet.swift:25:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'PTPlace' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[3/7] Compiling PetriKit PTNet.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PetriKit/PTNet.swift:25:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'PTPlace' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[4/7] Compiling PetriKit PetriKit.swift
[5/7] Compiling PetriKit Group.swift
[6/7] Compiling PetriKit Marking.swift
[7/7] Compiling PetriKit PetriNet+Dot.swift
Build complete! (2.76s)
Build complete.
Done.