Build Information
Successful build of OpenInTerminalButton, reference 1.0.4 (94749c), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 08:17:34 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/kukushechkin/OpenInTerminalButton.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kukushechkin/OpenInTerminalButton
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at 94749c4 make openInTerminal async
Cloned https://github.com/kukushechkin/OpenInTerminalButton.git
Revision (git rev-parse @):
94749c449223529844d593904645c509b377057d
SUCCESS checkout https://github.com/kukushechkin/OpenInTerminalButton.git at 1.0.4
========================================
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": "openinterminalbutton",
"name": "OpenInTerminalButton",
"url": "https://github.com/kukushechkin/OpenInTerminalButton.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenInTerminalButton",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/kukushechkin/OpenInTerminalButton.git
[1/57] Fetching openinterminalbutton
Fetched https://github.com/kukushechkin/OpenInTerminalButton.git from cache (0.65s)
Creating working copy for https://github.com/kukushechkin/OpenInTerminalButton.git
Working copy of https://github.com/kukushechkin/OpenInTerminalButton.git resolved at 1.0.4 (94749c4)
warning: '.resolve-product-dependencies': dependency 'openinterminalbutton' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/kukushechkin/OpenInTerminalButton.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling OpenInTerminalButton OpenInTerminalButton.swift
[4/8] Compiling OpenInTerminalButton iTerm2Script.swift
[5/8] Compiling OpenInTerminalButton TerminalScript.swift
[6/8] Compiling OpenInTerminalButton OpenInTerminal.swift
[7/8] Emitting module OpenInTerminalButton
[8/8] Compiling OpenInTerminalButton BorderlessButton.swift
Build complete! (7.82s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OpenInTerminalButton",
"name" : "OpenInTerminalButton",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "OpenInTerminalButton",
"targets" : [
"OpenInTerminalButton"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenInTerminalButtonTests",
"module_type" : "SwiftTarget",
"name" : "OpenInTerminalButtonTests",
"path" : "Tests/OpenInTerminalButtonTests",
"sources" : [
"NSAppleScriptMock.swift",
"NSWorkspaceMock.swift",
"OpenInTerminalButtonTests.swift"
],
"target_dependencies" : [
"OpenInTerminalButton"
],
"type" : "test"
},
{
"c99name" : "OpenInTerminalButton",
"module_type" : "SwiftTarget",
"name" : "OpenInTerminalButton",
"path" : "Sources/OpenInTerminalButton",
"product_memberships" : [
"OpenInTerminalButton"
],
"sources" : [
"Apple scripts/TerminalScript.swift",
"Apple scripts/iTerm2Script.swift",
"Buttons/BorderlessButton.swift",
"Buttons/OpenInTerminalButton.swift",
"OpenInTerminal.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7.1"
}
Done.