Build Information
Successful build of swift-ansi-picker, reference main (4e9ce9
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 03:38:58 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/rechsteiner/swift-ansi-picker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rechsteiner/swift-ansi-picker
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4e9ce93 Add library product to Package.swift
Cloned https://github.com/rechsteiner/swift-ansi-picker.git
Revision (git rev-parse @):
4e9ce930a92afe34b7c41052475dbd56a2c2745d
SUCCESS checkout https://github.com/rechsteiner/swift-ansi-picker.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rechsteiner/swift-ansi-picker.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
[2/7] Write example-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Compiling Picker Picker.swift
[6/9] Emitting module Picker
[7/11] Compiling example main.swift
[8/11] Emitting module example
[8/11] Write Objects.LinkFileList
[9/11] Linking example
[10/11] Applying example
Build complete! (4.33s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-ansi-picker",
"name" : "swift-ansi-picker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Picker",
"targets" : [
"Picker"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "example",
"targets" : [
"example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "example",
"module_type" : "SwiftTarget",
"name" : "example",
"path" : "Examples",
"product_memberships" : [
"example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Picker"
],
"type" : "executable"
},
{
"c99name" : "Picker",
"module_type" : "SwiftTarget",
"name" : "Picker",
"path" : "Sources",
"product_memberships" : [
"Picker",
"example"
],
"sources" : [
"Picker.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.