Build Information
Successful build of GeneralAgentsKit, reference main (71f29b
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 14:27:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m1guelpf/GeneralAgentsKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/m1guelpf/GeneralAgentsKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 71f29b5 init
Cloned https://github.com/m1guelpf/GeneralAgentsKit.git
Revision (git rev-parse @):
71f29b5b84ae2adafd2c0a20088ae18a46e6c19c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m1guelpf/GeneralAgentsKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/m1guelpf/GeneralAgentsKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/14] Compiling GeneralAgentsKit PredictRequest.swift
[4/14] Compiling GeneralAgentsKit PredictResponse.swift
[5/14] Compiling GeneralAgentsKit Coordinate.swift
[6/14] Compiling GeneralAgentsKit KeyboardKey.swift
[7/14] Compiling GeneralAgentsKit Action.swift
[8/14] Emitting module GeneralAgentsKit
[9/14] Compiling GeneralAgentsKit Agent.swift
[10/14] Compiling GeneralAgentsKit CGImage+toPng.swift
[11/14] Compiling GeneralAgentsKit Model.swift
[12/14] Compiling GeneralAgentsKit Computer.swift
[12/14] Write Objects.LinkFileList
[13/14] Archiving libGeneralAgentsKit.a
Build complete! (7.90s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GeneralAgentsKit",
"name" : "GeneralAgentsKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "GeneralAgentsKit",
"targets" : [
"GeneralAgentsKit"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "GeneralAgentsKit",
"module_type" : "SwiftTarget",
"name" : "GeneralAgentsKit",
"path" : "src",
"product_memberships" : [
"GeneralAgentsKit"
],
"sources" : [
"Agent.swift",
"Computer.swift",
"Extensions/CGImage+toPng.swift",
"Models/Action.swift",
"Models/Coordinate.swift",
"Models/KeyboardKey.swift",
"Models/Model.swift",
"Models/PredictRequest.swift",
"Models/PredictResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.