Build Information
Successful build of SMLib, reference master (a0f18e), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 01:06:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "smlib",
"name": "SMLib",
"url": "https://github.com/tosbaha/SMLib.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SMLib",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/tosbaha/SMLib.git
[1/161] Fetching smlib
Fetched https://github.com/tosbaha/SMLib.git from cache (0.64s)
Creating working copy for https://github.com/tosbaha/SMLib.git
Working copy of https://github.com/tosbaha/SMLib.git resolved at master (a0f18e7)
warning: '.resolve-product-dependencies': dependency 'smlib' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/tosbaha/SMLib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling SMLib SMEngineProtocol.swift
[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 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>
Build complete! (3.47s)
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.