Build Information
Successful build of NoPrint, reference main (0bdc3c), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 05:19:25 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/wuyu2015/NoPrint.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wuyu2015/NoPrint
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0bdc3cd Fix: pr() and print() should output a newline instead of printing nothing.
Cloned https://github.com/wuyu2015/NoPrint.git
Revision (git rev-parse @):
0bdc3cdc8ad6ba2d6c52b948feec17ac9bcb03e7
SUCCESS checkout https://github.com/wuyu2015/NoPrint.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wuyu2015/NoPrint.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/5] Compiling NoPrint print.swift
[4/5] Compiling NoPrint pr.swift
[5/5] Emitting module NoPrint
Build complete! (0.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NoPrint",
"name" : "NoPrint",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NoPrint",
"targets" : [
"NoPrint"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NoPrintTests",
"module_type" : "SwiftTarget",
"name" : "NoPrintTests",
"path" : "Tests/NoPrintTests",
"sources" : [
"PrTests.swift",
"PrintTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"NoPrint"
],
"type" : "test"
},
{
"c99name" : "NoPrint",
"module_type" : "SwiftTarget",
"name" : "NoPrint",
"path" : "Sources/NoPrint",
"product_memberships" : [
"NoPrint"
],
"sources" : [
"pr.swift",
"print.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.