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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kyouko-taiga/petrikit.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kyouko-taiga/petrikit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 49eefef Update the version in the readme
Cloned https://github.com/kyouko-taiga/petrikit.git
Revision (git rev-parse @):
49eefef58d070f17b0c5aeb9fd785a35b7ae97f2
SUCCESS checkout https://github.com/kyouko-taiga/petrikit.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "petrikit",
      "name": "PetriKit",
      "url": "https://github.com/kyouko-taiga/petrikit.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/petrikit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kyouko-taiga/petrikit.git
[1/187] Fetching petrikit
Fetched https://github.com/kyouko-taiga/petrikit.git (0.34s)
Creating working copy for https://github.com/kyouko-taiga/petrikit.git
Working copy of https://github.com/kyouko-taiga/petrikit.git resolved at master
warning: '.resolve-product-dependencies': dependency 'petrikit' 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/7] Compiling PetriKit Random.swift
[2/7] Compiling PetriKit PTNet.swift
/Users/admin/builds/h8344Zi3/0/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 PetriKit.swift
[4/7] Compiling PetriKit PetriNet+Dot.swift
[5/7] Emitting module PetriKit
/Users/admin/builds/h8344Zi3/0/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 {
             ^
[6/7] Compiling PetriKit Group.swift
[7/7] Compiling PetriKit Marking.swift
Build complete! (7.53s)
Build complete.
Done.