Build Information
Successful build of SwiftMoment, reference master (4cd4ee), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 03:29:04 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/akosma/SwiftMoment.git
Reference: master
Initialized empty Git repository in /Users/admin/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/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftmoment",
"name": "SwiftMoment",
"url": "https://github.com/akosma/SwiftMoment.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftMoment",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/akosma/SwiftMoment.git
[1/1388] Fetching swiftmoment
Fetched https://github.com/akosma/SwiftMoment.git from cache (0.75s)
Creating working copy for https://github.com/akosma/SwiftMoment.git
Working copy of https://github.com/akosma/SwiftMoment.git resolved at master (4cd4ee8)
warning: '.resolve-product-dependencies': dependency 'swiftmoment' 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/akosma/SwiftMoment.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/11] Compiling SwiftMoment TimeUnit.swift
[4/11] Compiling SwiftMoment Operators.swift
[5/11] Compiling SwiftMoment MomentFromNow.swift
[6/11] Compiling SwiftMoment Extensions.swift
[7/11] Compiling SwiftMoment LazyBox.swift
[8/11] Compiling SwiftMoment Duration.swift
[9/11] Compiling SwiftMoment MomentCache.swift
/Users/admin/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 [#DeprecatedDeclaration]
15 | let locale: Locale
16 |
17 | var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MomentCache.Key' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
18 | return tz.hashValue ^ locale.hashValue
19 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[10/11] Emitting module SwiftMoment
/Users/admin/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 [#DeprecatedDeclaration]
15 | let locale: Locale
16 |
17 | var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MomentCache.Key' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
18 | return tz.hashValue ^ locale.hashValue
19 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[11/11] Compiling SwiftMoment Moment.swift
Build complete! (4.19s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftMoment",
"name" : "SwiftMoment",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftMoment",
"targets" : [
"SwiftMoment"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftMomentTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMomentTests",
"path" : ".",
"sources" : [
"SwiftMoment/SwiftMomentTests/DurationTests.swift",
"SwiftMoment/SwiftMomentTests/ExtensionsTests.swift",
"SwiftMoment/SwiftMomentTests/FromNowTests.swift",
"SwiftMoment/SwiftMomentTests/LinuxMain.swift",
"SwiftMoment/SwiftMomentTests/MomentTests.swift",
"SwiftMoment/SwiftMomentTests/XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftMoment"
],
"type" : "test"
},
{
"c99name" : "SwiftMoment",
"module_type" : "SwiftTarget",
"name" : "SwiftMoment",
"path" : ".",
"product_memberships" : [
"SwiftMoment"
],
"sources" : [
"SwiftMoment/SwiftMoment/Duration.swift",
"SwiftMoment/SwiftMoment/Extensions.swift",
"SwiftMoment/SwiftMoment/LazyBox.swift",
"SwiftMoment/SwiftMoment/Moment.swift",
"SwiftMoment/SwiftMoment/MomentCache.swift",
"SwiftMoment/SwiftMoment/MomentFromNow.swift",
"SwiftMoment/SwiftMoment/Operators.swift",
"SwiftMoment/SwiftMoment/TimeUnit.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.