Build Information
Successful build of Ricemill, reference master (7ef039), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 03:48:10 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/marty-suzuki/Ricemill.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marty-suzuki/Ricemill
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7ef039a Update README
Cloned https://github.com/marty-suzuki/Ricemill.git
Revision (git rev-parse @):
7ef039a0c79704194f4cc082171824106bedbc60
SUCCESS checkout https://github.com/marty-suzuki/Ricemill.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": "ricemill",
"name": "Ricemill",
"url": "https://github.com/marty-suzuki/Ricemill.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ricemill",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/marty-suzuki/Ricemill.git
[1/104] Fetching ricemill
Fetched https://github.com/marty-suzuki/Ricemill.git from cache (0.64s)
Creating working copy for https://github.com/marty-suzuki/Ricemill.git
Working copy of https://github.com/marty-suzuki/Ricemill.git resolved at master (7ef039a)
warning: '.resolve-product-dependencies': dependency 'ricemill' 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/marty-suzuki/Ricemill.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/9] Compiling Ricemill Proxy.swift
[4/9] Compiling Ricemill AnyResolverBasedMachine.swift
[5/9] Compiling Ricemill Polished.swift
[6/9] Compiling Ricemill Machine.swift
[7/9] Compiling Ricemill MachineType.swift
[8/9] Compiling Ricemill Publishing.swift
[9/9] Emitting module Ricemill
Build complete! (8.05s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Ricemill",
"name" : "Ricemill",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Ricemill",
"targets" : [
"Ricemill"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RicemillTests",
"module_type" : "SwiftTarget",
"name" : "RicemillTests",
"path" : "Tests/RicemillTests",
"sources" : [
"RicemillTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Ricemill"
],
"type" : "test"
},
{
"c99name" : "Ricemill",
"module_type" : "SwiftTarget",
"name" : "Ricemill",
"path" : "Sources/Ricemill",
"product_memberships" : [
"Ricemill"
],
"sources" : [
"AnyResolverBasedMachine.swift",
"Machine.swift",
"MachineType.swift",
"Polished.swift",
"Proxy.swift",
"Publishing.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.