Build Information
Successful build of Holmes, reference 0.1.1 (046932), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 02:35:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paywithcurl/Holmes.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paywithcurl/Holmes
* tag 0.1.1 -> FETCH_HEAD
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 0.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/paywithcurl/Holmes.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/7] Compiling Holmes Error.swift
[4/7] Compiling Holmes Serialize.swift
[5/7] Compiling Holmes Date.swift
[6/7] Emitting module Holmes
[7/7] Compiling Holmes Deserialize.swift
Build complete! (3.45s)
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.