Build Information
Successful build of MNISTKit, reference 0.0.7 (15ba9b
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 18:57:23 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/octadero/mnistkit.git
Reference: 0.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/octadero/mnistkit
* tag 0.0.7 -> FETCH_HEAD
HEAD is now at 15ba9ba Update DataSetProvider.swift
Cloned https://github.com/octadero/mnistkit.git
Revision (git rev-parse @):
15ba9ba1a7e216ba427fbc994e842bed2137142c
SUCCESS checkout https://github.com/octadero/mnistkit.git at 0.0.7
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/octadero/mnistkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/6] Compiling Unarchiver Unarchiver.swift
[5/6] Emitting module Unarchiver
[6/6] Compiling Unarchiver Data.swift
[7/10] Compiling MNISTKit MNISTKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/MNISTKit/MNISTKit.swift:39:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MNISTFileKind' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
37 |
38 | /// Simple, but fast work.
39 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MNISTFileKind' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
40 | switch self {
41 | case .label(stride: .train):
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[8/10] Emitting module MNISTKit
/Users/admin/builder/spi-builder-workspace/Sources/MNISTKit/MNISTKit.swift:39:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MNISTFileKind' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
37 |
38 | /// Simple, but fast work.
39 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MNISTFileKind' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
40 | switch self {
41 | case .label(stride: .train):
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[9/10] Compiling MNISTKit DataSetProvider.swift
[10/10] Compiling MNISTKit MNISTFile.swift
Build complete! (7.92s)
Fetching https://github.com/Octadero/Unarchiver.git
[1/24] Fetching unarchiver
Fetched https://github.com/Octadero/Unarchiver.git from cache (0.62s)
Computing version for https://github.com/Octadero/Unarchiver.git
Computed https://github.com/Octadero/Unarchiver.git at 0.0.5 (1.13s)
Fetching https://github.com/Octadero/CZlib.git
[1/15] Fetching czlib
Fetched https://github.com/Octadero/CZlib.git from cache (1.56s)
Computing version for https://github.com/Octadero/CZlib.git
Computed https://github.com/Octadero/CZlib.git at 0.0.5 (2.04s)
Creating working copy for https://github.com/Octadero/Unarchiver.git
Working copy of https://github.com/Octadero/Unarchiver.git resolved at 0.0.5
Creating working copy for https://github.com/Octadero/CZlib.git
Working copy of https://github.com/Octadero/CZlib.git resolved at 0.0.5
warning: 'czlib': ignoring declared target(s) 'CZlib' in the system package
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for libz
warning: couldn't find pc file for libz
Build complete.
{
"dependencies" : [
{
"identity" : "unarchiver",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Octadero/Unarchiver.git"
}
],
"manifest_display_name" : "MNISTKit",
"name" : "MNISTKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MNISTKit",
"targets" : [
"MNISTKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MNISTKitTests",
"module_type" : "SwiftTarget",
"name" : "MNISTKitTests",
"path" : "Tests/MNISTKitTests",
"sources" : [
"MNISTKitTests.swift"
],
"target_dependencies" : [
"MNISTKit"
],
"type" : "test"
},
{
"c99name" : "MNISTKit",
"module_type" : "SwiftTarget",
"name" : "MNISTKit",
"path" : "Sources/MNISTKit",
"product_dependencies" : [
"Unarchiver"
],
"product_memberships" : [
"MNISTKit"
],
"sources" : [
"DataSetProvider.swift",
"MNISTFile.swift",
"MNISTKit.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.