The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SMLib, reference master (a0f18e), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 02:49:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tosbaha/SMLib.git
Reference: master
Initialized empty Git repository in /Users/admin/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tosbaha/SMLib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling SMLib Flashcard.swift
/Users/admin/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 [#DeprecatedDeclaration]
19 |     public var previousDate = Date().timeIntervalSince1970
20 |     public var nextDate = Date().timeIntervalSince1970
21 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Flashcard' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
22 |         return uuid.hashValue
23 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/6] Emitting module SMLib
/Users/admin/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 [#DeprecatedDeclaration]
19 |     public var previousDate = Date().timeIntervalSince1970
20 |     public var nextDate = Date().timeIntervalSince1970
21 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Flashcard' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
22 |         return uuid.hashValue
23 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[5/6] Compiling SMLib SM2Engine.swift
/Users/admin/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 [#DeprecatedDeclaration]
19 |     public var previousDate = Date().timeIntervalSince1970
20 |     public var nextDate = Date().timeIntervalSince1970
21 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Flashcard' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
22 |         return uuid.hashValue
23 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[6/6] Compiling SMLib SMEngineProtocol.swift
Build complete! (3.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SMLib",
  "name" : "SMLib",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SMLib",
      "targets" : [
        "SMLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SMLib",
      "module_type" : "SwiftTarget",
      "name" : "SMLib",
      "path" : ".",
      "product_memberships" : [
        "SMLib"
      ],
      "sources" : [
        "Source/Flashcard.swift",
        "Source/SM2Engine.swift",
        "Source/SMEngineProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.