Build Information
Successful build of swift-termina, reference master (ba0758), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 13:27:36 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/hanjoes/swift-termina.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hanjoes/swift-termina
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ba07585 Tweak
Cloned https://github.com/hanjoes/swift-termina.git
Revision (git rev-parse @):
ba075852677e5ae73863df8d7a62742a3e70827d
SUCCESS checkout https://github.com/hanjoes/swift-termina.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/hanjoes/swift-termina.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write TerminaTests-entitlement.plist
[1/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Emitting module TerminaLib
[6/9] Compiling TerminaLib termina.swift
[7/11] Emitting module TerminaTests
[8/11] Compiling TerminaTests main.swift
[8/11] Write Objects.LinkFileList
[9/11] Linking TerminaTests
[10/11] Applying TerminaTests
Build complete! (1.72s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-termina",
"name" : "swift-termina",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TerminaTests",
"targets" : [
"TerminaTests"
],
"type" : {
"executable" : null
}
},
{
"name" : "TerminaLib",
"targets" : [
"TerminaLib"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TerminaTests",
"module_type" : "SwiftTarget",
"name" : "TerminaTests",
"path" : "tests",
"product_memberships" : [
"TerminaTests"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TerminaLib"
],
"type" : "executable"
},
{
"c99name" : "TerminaLib",
"module_type" : "SwiftTarget",
"name" : "TerminaLib",
"path" : "src",
"product_memberships" : [
"TerminaTests",
"TerminaLib"
],
"sources" : [
"termina.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.