The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SMLib 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/tosbaha/SMLib.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tosbaha/SMLib
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a0f18e7 Merge pull request #2 from orospakr/swift-pm-4
Cloned https://github.com/tosbaha/SMLib.git
Revision (git rev-parse @):
a0f18e7b7ad6afee07fd6388740139e2df8d93f0
SUCCESS checkout https://github.com/tosbaha/SMLib.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "smlib",
      "name": "SMLib",
      "url": "https://github.com/tosbaha/SMLib.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SMLib",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tosbaha/SMLib.git
[1/161] Fetching smlib
Fetched https://github.com/tosbaha/SMLib.git (0.37s)
Creating working copy for https://github.com/tosbaha/SMLib.git
Working copy of https://github.com/tosbaha/SMLib.git resolved at master
warning: '.resolve-product-dependencies': dependency 'smlib' 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/4] Compiling SMLib SM2Engine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Flashcard.swift:21:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Flashcard' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[2/4] Compiling SMLib SMEngineProtocol.swift
[3/4] Compiling SMLib Flashcard.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Flashcard.swift:21:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Flashcard' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[4/4] Emitting module SMLib
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Flashcard.swift:21:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Flashcard' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
Build complete! (11.66s)
Build complete.
Done.