Build Information
Successful build of Scientist, reference 0.4.0 (b63ad6), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 07:28:51 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/junkpiano/scientist.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/junkpiano/scientist
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at b63ad65 Fixed rendering issues
Cloned https://github.com/junkpiano/scientist.git
Revision (git rev-parse @):
b63ad65c53394415ffbb5324b8ac0832eadc6afe
SUCCESS checkout https://github.com/junkpiano/scientist.git at 0.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/junkpiano/scientist.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/9] Compiling Scientist Observation.swift
[4/9] Compiling Scientist Scientist.swift
[5/9] Emitting module Scientist
[6/9] Compiling Scientist Constants.swift
[7/9] Compiling Scientist Experiment.swift
[8/9] Compiling Scientist Result.swift
[9/9] Compiling Scientist Error.swift
Build complete! (3.39s)
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.