Build Information
Successful build of REPL, reference v2.2.0 (90d95e), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 10:02:08 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/Samasaur1/REPL.git
Reference: v2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Samasaur1/REPL
* tag v2.2.0 -> FETCH_HEAD
HEAD is now at 90d95e4 Support command aliases
Cloned https://github.com/Samasaur1/REPL.git
Revision (git rev-parse @):
90d95e4b116bb8de356c015025af26c95e569e9a
SUCCESS checkout https://github.com/Samasaur1/REPL.git at v2.2.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": "repl",
"name": "REPL",
"url": "https://github.com/Samasaur1/REPL.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/REPL",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Samasaur1/REPL.git
[1/146] Fetching repl
Fetched https://github.com/Samasaur1/REPL.git from cache (0.66s)
Creating working copy for https://github.com/Samasaur1/REPL.git
Working copy of https://github.com/Samasaur1/REPL.git resolved at v2.2.0 (90d95e4)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Samasaur1/REPL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[0/6] Write repl-entitlement.plist
[2/6] Write swift-version--6988338F2F200930.txt
[4/8] Compiling REPL main.swift
[5/8] Emitting module REPL
[5/8] Write Objects.LinkFileList
[6/8] Linking repl
[7/8] Applying repl
Build complete! (4.60s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "REPL",
"name" : "REPL",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "repl",
"targets" : [
"REPL"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "REPLTests",
"module_type" : "SwiftTarget",
"name" : "REPLTests",
"path" : "Tests/REPLTests",
"sources" : [
"REPLTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"REPL"
],
"type" : "test"
},
{
"c99name" : "REPL",
"module_type" : "SwiftTarget",
"name" : "REPL",
"path" : "Sources/REPL",
"product_memberships" : [
"repl"
],
"sources" : [
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
Done.