Build Information
Successful build of Holmes, reference master (046932), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 00:43:31 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/paywithcurl/Holmes.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paywithcurl/Holmes
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0469321 `Serialize` and `Deserialize` should be implemented for `NSUUID` and `NSDate` otherwise e.g. `Container<UUID>` will throw when deserialized
Cloned https://github.com/paywithcurl/Holmes.git
Revision (git rev-parse @):
0469321cf579e812cfbf83da1df7df21b9d681ac
SUCCESS checkout https://github.com/paywithcurl/Holmes.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": "holmes",
"name": "Holmes",
"url": "https://github.com/paywithcurl/Holmes.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Holmes",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/paywithcurl/Holmes.git
[1/101] Fetching holmes
Fetched https://github.com/paywithcurl/Holmes.git from cache (0.65s)
Creating working copy for https://github.com/paywithcurl/Holmes.git
Working copy of https://github.com/paywithcurl/Holmes.git resolved at master (0469321)
warning: 'holmes': the target name Holmes has different case on the filesystem and the Package.swift manifest file
warning: '.resolve-product-dependencies': dependency 'holmes' 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/paywithcurl/Holmes.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/7] Compiling Holmes Serialize.swift
[4/7] Compiling Holmes Deserialize.swift
[5/7] Compiling Holmes Error.swift
[6/7] Compiling Holmes Date.swift
[7/7] Emitting module Holmes
Build complete! (4.16s)
warning: 'spi-builder-workspace': the target name Holmes has different case on the filesystem and the Package.swift manifest file
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Holmes",
"name" : "Holmes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Holmes",
"targets" : [
"Holmes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "holmesTests",
"module_type" : "SwiftTarget",
"name" : "holmesTests",
"path" : "Tests/holmesTests",
"sources" : [
"holmesTests.swift"
],
"target_dependencies" : [
"Holmes"
],
"type" : "test"
},
{
"c99name" : "Holmes",
"module_type" : "SwiftTarget",
"name" : "Holmes",
"path" : "Sources/Holmes",
"product_memberships" : [
"Holmes"
],
"sources" : [
"Date.swift",
"Deserialize.swift",
"Error.swift",
"Serialize.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
warning: 'spi-builder-workspace': the target name Holmes has different case on the filesystem and the Package.swift manifest file
Done.