Build Information
Successful build of Asyncify, reference v0.0.9 (9c8485
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 19:02:22 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/mesqueeb/Asyncify.git
Reference: v0.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/Asyncify
* tag v0.0.9 -> FETCH_HEAD
HEAD is now at 9c8485c 0.0.9
Cloned https://github.com/mesqueeb/Asyncify.git
Revision (git rev-parse @):
9c8485cfb81584820f941269fa277b9e18bb38ad
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/Asyncify.git at v0.0.9
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mesqueeb/Asyncify.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/4] Compiling Asyncify Asyncify.swift
[4/4] Emitting module Asyncify
Build complete! (3.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Asyncify",
"name" : "Asyncify",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Asyncify",
"targets" : [
"Asyncify"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncifyTests",
"module_type" : "SwiftTarget",
"name" : "AsyncifyTests",
"path" : "Tests",
"sources" : [
"AsyncifyTests.swift"
],
"target_dependencies" : [
"Asyncify"
],
"type" : "test"
},
{
"c99name" : "Asyncify",
"module_type" : "SwiftTarget",
"name" : "Asyncify",
"path" : "Sources",
"product_memberships" : [
"Asyncify"
],
"sources" : [
"Asyncify.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.