The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftMoment 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/akosma/SwiftMoment.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/akosma/SwiftMoment
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4cd4ee8 Merge pull request #97 from psi-gh/master
Cloned https://github.com/akosma/SwiftMoment.git
Revision (git rev-parse @):
4cd4ee886328f9514c20f050b81d1725337ddd33
SUCCESS checkout https://github.com/akosma/SwiftMoment.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftmoment",
      "name": "SwiftMoment",
      "url": "https://github.com/akosma/SwiftMoment.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftMoment",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/akosma/SwiftMoment.git
[1/1388] Fetching swiftmoment
Fetched https://github.com/akosma/SwiftMoment.git (0.43s)
Creating working copy for https://github.com/akosma/SwiftMoment.git
Working copy of https://github.com/akosma/SwiftMoment.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftmoment' 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 SwiftMoment Operators.swift
[2/9] Compiling SwiftMoment TimeUnit.swift
[3/9] Compiling SwiftMoment MomentFromNow.swift
[4/9] Compiling SwiftMoment MomentCache.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftMoment/SwiftMoment/MomentCache.swift:17:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MomentCache.Key' to 'Hashable' by implementing 'hash(into:)' instead
                var hashValue: Int {
                    ^
[5/9] Compiling SwiftMoment Duration.swift
[6/9] Compiling SwiftMoment Extensions.swift
[7/9] Compiling SwiftMoment Moment.swift
[8/9] Compiling SwiftMoment LazyBox.swift
[9/9] Emitting module SwiftMoment
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftMoment/SwiftMoment/MomentCache.swift:17:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MomentCache.Key' to 'Hashable' by implementing 'hash(into:)' instead
                var hashValue: Int {
                    ^
Build complete! (12.27s)
Build complete.
Done.