Build Information
Successful build of Baby, reference 0.32.0 (45a30b), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 04:56:20 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/nixzhu/baby.git
Reference: 0.32.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nixzhu/baby
* tag 0.32.0 -> FETCH_HEAD
HEAD is now at 45a30b6 0.32.0
Cloned https://github.com/nixzhu/baby.git
Revision (git rev-parse @):
45a30b67fbca78735cd46e254a1045ba03bb2995
SUCCESS checkout https://github.com/nixzhu/baby.git at 0.32.0
========================================
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": "baby",
"name": "Baby",
"url": "https://github.com/nixzhu/baby.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/baby",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/nixzhu/baby.git
[1/889] Fetching baby
Fetched https://github.com/nixzhu/baby.git from cache (0.73s)
Creating working copy for https://github.com/nixzhu/baby.git
Working copy of https://github.com/nixzhu/baby.git resolved at 0.32.0 (45a30b6)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/nixzhu/baby.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write baby-entitlement.plist
[1/7] Write sources
[3/7] Write swift-version--6988338F2F200930.txt
[5/14] Compiling BabyBrain Meta.swift
[6/14] Compiling BabyBrain Indentation.swift
[7/14] Compiling BabyBrain Parser.swift
[8/14] Compiling BabyBrain Code.swift
[9/14] Compiling BabyBrain Value.swift
[10/14] Emitting module BabyBrain
[11/14] Compiling BabyBrain Value+Code.swift
[12/17] Emitting module Baby
[13/17] Compiling Baby main.swift
[14/17] Compiling Baby Arguments.swift
[14/17] Write Objects.LinkFileList
[15/17] Linking baby
[16/17] Applying baby
Build complete! (5.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Baby",
"name" : "Baby",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BabyBrain",
"targets" : [
"BabyBrain"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "baby",
"targets" : [
"Baby"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "BabyBrain",
"module_type" : "SwiftTarget",
"name" : "BabyBrain",
"path" : "Sources/BabyBrain",
"product_memberships" : [
"BabyBrain",
"baby"
],
"sources" : [
"Code.swift",
"Indentation.swift",
"Meta.swift",
"Parser.swift",
"Value+Code.swift",
"Value.swift"
],
"type" : "library"
},
{
"c99name" : "Baby",
"module_type" : "SwiftTarget",
"name" : "Baby",
"path" : "Sources/Baby",
"product_memberships" : [
"baby"
],
"sources" : [
"Arguments.swift",
"main.swift"
],
"target_dependencies" : [
"BabyBrain"
],
"type" : "executable"
}
],
"tools_version" : "4.1"
}
Done.