Build Information
Successful build of KeyVine, reference 1.0.2 (db84dd
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 09:29:44 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/ptsochantaris/key-vine.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ptsochantaris/key-vine
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at db84dd1 Typo
Cloned https://github.com/ptsochantaris/key-vine.git
Revision (git rev-parse @):
db84dd107baf7c10f1a04adfc852f249a78ace51
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ptsochantaris/key-vine.git at 1.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ptsochantaris/key-vine.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/6] Compiling KeyVine KeyVineStringConvertible.swift
[4/6] Compiling KeyVine KeyVineDataConvertible.swift
[5/6] Emitting module KeyVine
[6/6] Compiling KeyVine KeyVine.swift
Build complete! (3.97s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "KeyVine",
"name" : "KeyVine",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "KeyVine",
"targets" : [
"KeyVine"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeyVineTests",
"module_type" : "SwiftTarget",
"name" : "KeyVineTests",
"path" : "Tests/KeyVineTests",
"sources" : [
"KeyVineTests.swift"
],
"target_dependencies" : [
"KeyVine"
],
"type" : "test"
},
{
"c99name" : "KeyVine",
"module_type" : "SwiftTarget",
"name" : "KeyVine",
"path" : "Sources/KeyVine",
"product_memberships" : [
"KeyVine"
],
"sources" : [
"KeyVine.swift",
"KeyVineDataConvertible.swift",
"KeyVineStringConvertible.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.