Build Information
Successful build of Scientist, reference master (7ea180), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 17:50:11 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/junkpiano/scientist.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/junkpiano/scientist
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7ea1805 Merge pull request #13 from junkpiano/bug/docs
Cloned https://github.com/junkpiano/scientist.git
Revision (git rev-parse @):
7ea18054dd645e4b49ba98fddaee96055beda7e3
SUCCESS checkout https://github.com/junkpiano/scientist.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": "scientist",
"name": "Scientist",
"url": "https://github.com/junkpiano/scientist.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/scientist",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/junkpiano/scientist.git
[1/574] Fetching scientist
Fetched https://github.com/junkpiano/scientist.git from cache (0.92s)
Creating working copy for https://github.com/junkpiano/scientist.git
Working copy of https://github.com/junkpiano/scientist.git resolved at master (7ea1805)
warning: '.resolve-product-dependencies': dependency 'scientist' 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/junkpiano/scientist.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 Scientist Scientist.swift
[4/9] Compiling Scientist Constants.swift
[5/9] Compiling Scientist Error.swift
[6/9] Compiling Scientist Observation.swift
[7/9] Emitting module Scientist
[8/9] Compiling Scientist Experiment.swift
[9/9] Compiling Scientist Result.swift
Build complete! (4.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Scientist",
"name" : "Scientist",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "Scientist",
"targets" : [
"Scientist"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ScientistTests",
"module_type" : "SwiftTarget",
"name" : "ScientistTests",
"path" : "Tests/ScientistTests",
"sources" : [
"ScientistTests.swift"
],
"target_dependencies" : [
"Scientist"
],
"type" : "test"
},
{
"c99name" : "Scientist",
"module_type" : "SwiftTarget",
"name" : "Scientist",
"path" : "Sources/Scientist",
"product_memberships" : [
"Scientist"
],
"sources" : [
"Constants.swift",
"Error.swift",
"Experiment.swift",
"Observation.swift",
"Result.swift",
"Scientist.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.